hammer: version bump
This commit is contained in:
parent
8a1347c47a
commit
247cc8b9ef
|
@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://github.com/UpstandingHackers/hammer";
|
url = "git://github.com/UpstandingHackers/hammer";
|
||||||
sha256 = "1v8f2a6bgjgdkhbqz751bqjlwb9lmqn5x63xcskwcl2b9n36vqi9";
|
sha256 = "18bb0p896ch4crhcfxpbvpc17wg8gzv8696pcc51i34mza76jiz9";
|
||||||
rev = "e7aa73446e23f4af2fce5f88572aae848f212c16";
|
rev = "47f34b81e4de834fd3537dd71928c4f3cdb7f533";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glib pkgconfig python scons ];
|
buildInputs = [ glib pkgconfig python scons ];
|
||||||
|
@ -26,4 +26,4 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue