fakeroot: 1.20.2 -> 1.22

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22/bin/fakeroot help` got 0 exit code
- ran `/nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22/bin/fakeroot -v` and found version 1.22
- ran `/nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22/bin/faked --version` and found version 1.22
- found 1.22 with grep in /nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22
- found 1.22 in filename of file in /nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22
This commit is contained in:
Ryan Mulligan 2018-02-25 21:17:47 -08:00
parent 0fadb81af4
commit c7f30b3ef7

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, fetchpatch, getopt, libcap }:
stdenv.mkDerivation rec {
version = "1.20.2";
version = "1.22";
name = "fakeroot-${version}";
src = fetchurl {
url = "http://http.debian.net/debian/pool/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2";
sha256 = "0313xb2j6a4wihrw9gfd4rnyqw7zzv6wf3rfh2gglgnv356ic2kw";
sha256 = "1zn67sp066q63vx95r671v0ki878i40a2wa57pmh64k43r56m05x";
};
patches = stdenv.lib.optional stdenv.isLinux ./einval.patch