mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
reiser4progs: 2.0.1 -> 2.0.4
This commit is contained in:
parent
22b61e5263
commit
175663548c
@ -1,13 +1,13 @@
|
|||||||
{lib, stdenv, fetchurl, libaal}:
|
{lib, stdenv, fetchurl, libaal}:
|
||||||
|
|
||||||
let version = "2.0.1"; in
|
let version = "2.0.4"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "reiser4progs";
|
pname = "reiser4progs";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/reiser4/reiser4-utils/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/reiser4/reiser4-utils/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1r7m95mnp6xmp1j5k99jhmz6g9y2qq7cghlmdxsfbr3xviqfs45d";
|
sha256 = "sha256-WmIkISnRp5BngSfPEKY95HVEt5TBtPKu+RMBwlLsnuA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [libaal];
|
buildInputs = [libaal];
|
||||||
|
Loading…
Reference in New Issue
Block a user