We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab36ef1 commit b4e50bbCopy full SHA for b4e50bb
pkgs/by-name/rd/rdfind/package.nix
@@ -7,11 +7,11 @@
7
8
stdenv.mkDerivation rec {
9
pname = "rdfind";
10
- version = "1.6.0";
+ version = "1.7.0";
11
12
src = fetchurl {
13
url = "https://rdfind.pauldreik.se/${pname}-${version}.tar.gz";
14
- sha256 = "sha256-ekBujvGIalhpZVYEYY3Zj2cvEsamvkkm0FO+ZQcPMnk=";
+ sha256 = "sha256-eMRjFS4dnk/Rv+uDuckt9ef8TF+Tx9Qm+x9++ivk3yk=";
15
};
16
17
buildInputs = [ nettle ];
0 commit comments