added git revision to nix hammer pkg to prevent nix build breaks on hammer update

This commit is contained in:
stewart 2014-10-29 13:49:10 +08:00
parent be9f3af6c2
commit c98ecd1e5f

@ -9,6 +9,7 @@ version = "1.0.0-rc3";
src = fetchgit {
url = "git://github.com/UpstandingHackers/hammer";
sha256 = "1v8f2a6bgjgdkhbqz751bqjlwb9lmqn5x63xcskwcl2b9n36vqi9";
rev = "e7aa73446e23f4af2fce5f88572aae848f212c16";
};
buildInputs = [ glib pkgconfig python scons ];