summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-25 21:17:47 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-25 21:17:47 -0800
commitc7f30b3ef73acc7e9fdccf9e7e014f4977633e96 (patch)
tree163b66b4577268cae460d8924a7977089f22b936 /pkgs/tools
parent0fadb81af44fe7f43581a276d2ca863bdb64dd67 (diff)
downloadnixlib-c7f30b3ef73acc7e9fdccf9e7e014f4977633e96.tar
nixlib-c7f30b3ef73acc7e9fdccf9e7e014f4977633e96.tar.gz
nixlib-c7f30b3ef73acc7e9fdccf9e7e014f4977633e96.tar.bz2
nixlib-c7f30b3ef73acc7e9fdccf9e7e014f4977633e96.tar.lz
nixlib-c7f30b3ef73acc7e9fdccf9e7e014f4977633e96.tar.xz
nixlib-c7f30b3ef73acc7e9fdccf9e7e014f4977633e96.tar.zst
nixlib-c7f30b3ef73acc7e9fdccf9e7e014f4977633e96.zip
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
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/fakeroot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/fakeroot/default.nix b/pkgs/tools/system/fakeroot/default.nix
index eca3977f459f..8ffa85a5084a 100644
--- a/pkgs/tools/system/fakeroot/default.nix
+++ b/pkgs/tools/system/fakeroot/default.nix
@@ -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