entr: 3.5 -> 3.6

This commit is contained in:
Pascal Wittmann 2017-01-09 20:02:28 +01:00
parent fc56c8c5cd
commit 15fe70d1a3
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "entr-${version}";
version = "3.5";
version = "3.6";
src = fetchurl {
url = "http://entrproject.org/code/${name}.tar.gz";
sha256 = "05k4jyjna0pr2dalwc1l1dhrcyk6pw7hbss7jl4ykwfadcs5br73";
sha256 = "1sy81np6kgmq04kfn2ckf4fp7jcf5d1963shgmapx3al3kc4c9x4";
};
postPatch = ''