Merge pull request #77241 from r-ryantm/auto-update/reiser4progs

reiser4progs: 1.2.1 -> 2.0.0
This commit is contained in:
Mario Rodas 2020-01-08 05:53:38 -05:00 committed by GitHub
commit 71557c55ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{stdenv, fetchurl, libaal}:
let version = "1.2.1"; in
let version = "2.0.0"; in
stdenv.mkDerivation rec {
pname = "reiser4progs";
inherit version;
src = fetchurl {
url = "mirror://sourceforge/reiser4/reiser4-utils/${pname}-${version}.tar.gz";
sha256 = "03vdqvpyd48wxrpqpb9kg76giaffw9b8k334kr4wc0zxgybknhl7";
sha256 = "00kx9prz3d5plp1hn4xdkkd99cw42sanlsjnjhj0fsrlmi9yfs8n";
};
buildInputs = [libaal];