Skip to content

Commit b4e50bb

Browse files
committed
rdfind: 1.6.0 -> 1.7.0
1 parent ab36ef1 commit b4e50bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/rd/rdfind/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation rec {
99
pname = "rdfind";
10-
version = "1.6.0";
10+
version = "1.7.0";
1111

1212
src = fetchurl {
1313
url = "https://rdfind.pauldreik.se/${pname}-${version}.tar.gz";
14-
sha256 = "sha256-ekBujvGIalhpZVYEYY3Zj2cvEsamvkkm0FO+ZQcPMnk=";
14+
sha256 = "sha256-eMRjFS4dnk/Rv+uDuckt9ef8TF+Tx9Qm+x9++ivk3yk=";
1515
};
1616

1717
buildInputs = [ nettle ];

0 commit comments

Comments
 (0)