3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #29677 from mimadrid/update/entr-3.8

entr: 3.7 -> 3.8
This commit is contained in:
Pascal Wittmann 2017-09-23 19:03:16 +02:00 committed by GitHub
commit 359b3b9c4c

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "entr-${version}";
version = "3.7";
version = "3.8";
src = fetchurl {
url = "http://entrproject.org/code/${name}.tar.gz";
sha256 = "0bx2ivx9hwixjwmk7aqlx20mwmn3cvryppnmc285d7byiw6dbvwl";
sha256 = "1g969gw92q8pd3zfbx37w14l92xd3nzi24083x47dns8v69ygcgb";
};
postPatch = ''