gnome-hexgl: unstable-2019-08-21 → 0.2.0

https://github.com/alexlarsson/gnome-hexgl/releases/tag/0.2.0
This commit is contained in:
Jan Tojnar 2019-09-09 13:51:05 +02:00
parent 5fe42dde52
commit 16203d6a8b
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -9,15 +9,15 @@
, gtk3 , gtk3
}: }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
pname = "gnome-hexgl"; pname = "gnome-hexgl";
version = "unstable-2019-08-21"; version = "0.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alexlarsson"; owner = "alexlarsson";
repo = "gnome-hexgl"; repo = "gnome-hexgl";
rev = "c6edde1250b830c7c8ee738905cb39abef67d4a6"; rev = version;
sha256 = "17j236damqij8n4a37psvkfxbbc18yw03s3hs0qxgfhl4671wf6z"; sha256 = "08iy2iciscd2wbhh6v4cpghx8r94v1ffbgla9yb3bcsdhlag0iw4";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Gthree port of HexGL"; description = "Gthree port of HexGL";
homepage = https://github.com/alexlarsson/gnome-hexgl; homepage = "https://github.com/alexlarsson/gnome-hexgl";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ jtojnar ];
platforms = platforms.unix; platforms = platforms.unix;