fakeroot: 1.22 -> 1.23
This commit is contained in:
parent
450c786e57
commit
c93ab5eeb8
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, getopt, libcap }:
|
{ stdenv, fetchurl, fetchpatch, getopt, libcap }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.22";
|
version = "1.23";
|
||||||
name = "fakeroot-${version}";
|
name = "fakeroot-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://http.debian.net/debian/pool/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2";
|
url = "http://http.debian.net/debian/pool/main/f/fakeroot/fakeroot_${version}.orig.tar.xz";
|
||||||
sha256 = "1zn67sp066q63vx95r671v0ki878i40a2wa57pmh64k43r56m05x";
|
sha256 = "1xpl0s2yjyjwlf832b6kbkaa5921liybaar13k7n45ckd9lxd700";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optional stdenv.isLinux ./einval.patch
|
patches = stdenv.lib.optional stdenv.isLinux ./einval.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user