rdfind: 1.4.1 -> 1.5.0

This commit is contained in:
Bart Brouns 2021-09-05 09:05:50 +02:00
parent 7a08a9b2fb
commit 4a49353e9b

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "rdfind";
version = "1.4.1";
version = "1.5.0";
src = fetchurl {
url = "https://rdfind.pauldreik.se/${pname}-${version}.tar.gz";
sha256 = "132y3wwgnbpdx6f90q0yahd3nkr4cjzcy815ilc8p97b4vn17iih";
sha256 = "103hfqzgr6izmj57fcy4jsa2nmb1ax43q4b5ij92pcgpaq9fsl21";
};
buildInputs = [ nettle ];