3
0
Fork 0
forked from mirrors/nixpkgs

brogue: 1.7.4 -> 1.7.5 (#47830)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brogue/versions
This commit is contained in:
R. RyanTM 2018-10-05 06:15:13 -07:00 committed by xeji
parent 75e4fcf267
commit 360054f417

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "brogue-${version}";
version = "1.7.4";
version = "1.7.5";
src = fetchurl {
url = "https://sites.google.com/site/broguegame/brogue-${version}-linux-amd64.tbz2";
sha256 = "1lygf17hm7wqlp0jppaz8dn9a9ksmxz12vw7jyfavvqpwdgz79gb";
sha256 = "0i042zb3axjf0cpgpdh8hvfn66dbfizidyvw0iymjk2n760z2kx7";
};
prePatch = ''