forked from mirrors/nixpkgs
rdfind: 1.3.5 -> 1.4.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdfind/versions
This commit is contained in:
parent
968b20e2c7
commit
2e0f2b4fb9
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rdfind-${version}";
|
||||
version = "1.3.5";
|
||||
version = "1.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://rdfind.pauldreik.se/${name}.tar.gz";
|
||||
sha256 = "0i63f2lwwkiq5m8shi3wwi59i1s25r6dx6flsgqxs1jvlcg0lvn3";
|
||||
sha256 = "132y3wwgnbpdx6f90q0yahd3nkr4cjzcy815ilc8p97b4vn17iih";
|
||||
};
|
||||
|
||||
buildInputs = [ nettle ];
|
||||
|
|
Loading…
Reference in a new issue