aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/gnome-hexgl
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-08-11 23:20:28 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-08-11 23:20:28 +0200
commit01ce25515e7f2b49788c31eb8fa5bc5b30a695c9 (patch)
tree6007eaa5afd05403311be0043eb618258c73fd3f /pkgs/games/gnome-hexgl
parente4fc19e66e2e9fdcde758750c95e885c714bf16e (diff)
gnome-hexgl: 0.2.0 → unstable-2020-07-24
0.2.0 does not build against gthree 0.9.0
Diffstat (limited to 'pkgs/games/gnome-hexgl')
-rw-r--r--pkgs/games/gnome-hexgl/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/games/gnome-hexgl/default.nix b/pkgs/games/gnome-hexgl/default.nix
index 6212c1bbec19..cfa9a0b81d02 100644
--- a/pkgs/games/gnome-hexgl/default.nix
+++ b/pkgs/games/gnome-hexgl/default.nix
@@ -2,7 +2,7 @@
, fetchFromGitHub
, ninja
, meson
-, pkgconfig
+, pkg-config
, gthree
, gsound
, epoxy
@@ -11,19 +11,19 @@
stdenv.mkDerivation rec {
pname = "gnome-hexgl";
- version = "0.2.0";
+ version = "unstable-2020-07-24";
src = fetchFromGitHub {
owner = "alexlarsson";
repo = "gnome-hexgl";
- rev = version;
- sha256 = "08iy2iciscd2wbhh6v4cpghx8r94v1ffbgla9yb3bcsdhlag0iw4";
+ rev = "f47a351055a235730795341dcd6b2397cc4bfa0c";
+ sha256 = "yZWGymaSUfnCP8VAEdDH64w0muSnRK/XPi1/IqTrE4k=";
};
nativeBuildInputs = [
ninja
meson
- pkgconfig
+ pkg-config
];
buildInputs = [