12 stdenv.mkDerivation rec {
13 pname = "gnome-hexgl";
14 version = "unstable-2020-07-24";
16 src = fetchFromGitHub {
17 owner = "alexlarsson";
19 rev = "f47a351055a235730795341dcd6b2397cc4bfa0c";
20 sha256 = "yZWGymaSUfnCP8VAEdDH64w0muSnRK/XPi1/IqTrE4k=";
37 description = "Gthree port of HexGL";
38 mainProgram = "gnome-hexgl";
39 homepage = "https://github.com/alexlarsson/gnome-hexgl";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];
42 platforms = platforms.unix;