Merge pull request #153067 from Synthetica9/entr51

entr: 5.0 -> 5.1
This commit is contained in:
Jörg Thalheim 2022-01-01 13:52:50 +00:00 committed by GitHub
commit a8af126118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "entr";
version = "5.0";
version = "5.1";
src = fetchurl {
url = "https://eradman.com/entrproject/code/${pname}-${version}.tar.gz";
sha256 = "1fqyshn9i213h6hiy31xlm719f6vayskfna92kvbd2aykryvp1ra";
hash = "sha256-D4f1d7zodkHFJa3bm8xgu6pXn+mB2rdZBD484VVtu5I=";
};
postPatch = ''