From 3a627a7fb09d5d7a82b4a3af5c1e3d2bface03fe Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Apr 2015 21:37:40 +0200 Subject: reiserfsprogs 3.6.21 -> 3.6.24 --- pkgs/tools/filesystems/reiserfsprogs/default.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'pkgs/tools/filesystems/reiserfsprogs') diff --git a/pkgs/tools/filesystems/reiserfsprogs/default.nix b/pkgs/tools/filesystems/reiserfsprogs/default.nix index 0c5ec063b1a..899f9463951 100644 --- a/pkgs/tools/filesystems/reiserfsprogs/default.nix +++ b/pkgs/tools/filesystems/reiserfsprogs/default.nix @@ -1,22 +1,18 @@ { stdenv, fetchurl, libuuid }: +let version = "3.6.24"; in stdenv.mkDerivation rec { - name = "reiserfsprogs-3.6.21"; + name = "reiserfsprogs-${version}"; src = fetchurl { - url = "http://ftp.be.debian.org/pub/linux/utils/fs/reiserfs/${name}.tar.bz2"; - sha256 = "19mqzhh6jsf2gh8zr5scqi9pyk1fwivrxncd11rqnp2148c58jam"; + url = "https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v${version}/${name}.tar.xz"; + sha256 = "0q07df9wxxih8714a3mdp61h5n347l7j2a0l351acs3xapzgwi3y"; }; buildInputs = [ libuuid ]; - postInstall = - '' - ln -s reiserfsck $out/sbin/fsck.reiserfs - ln -s mkreiserfs $out/sbin/mkfs.reiserfs - ''; - meta = { + inherit version; homepage = http://www.namesys.com/; description = "ReiserFS utilities"; license = stdenv.lib.licenses.gpl2; -- cgit 1.4.1