summary refs log tree commit diff
path: root/pkgs/tools/security/chaps
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-06-02 14:26:44 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-06-03 17:17:08 +0300
commitbac26e08dbb6622c39bba13047c54e80282d031d (patch)
tree3fb6703841226a9c43e4f14ae5676dfb50b2e46e /pkgs/tools/security/chaps
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
downloadnixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.gz
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.bz2
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.lz
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.xz
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.tar.zst
nixlib-bac26e08dbb6622c39bba13047c54e80282d031d.zip
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/tools/security/chaps')
-rw-r--r--pkgs/tools/security/chaps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/chaps/default.nix b/pkgs/tools/security/chaps/default.nix
index 1d3f530dd9fc..43e324ec2694 100644
--- a/pkgs/tools/security/chaps/default.nix
+++ b/pkgs/tools/security/chaps/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   src = fetchgit {
     url = "https://github.com/google/chaps-linux";
     rev = "989aadc45cdb216ca35b0c97d13fc691576fa1d7";
-    sha256 = "c58e08e89d36050cd831116819d555f0e24e7bf11047cb18f2a2eead45ba67be";
+    sha256 = "0chk6pnn365d5kcz6vfqx1d0383ksk97icc0lzg0vvb0kvyj0ff1";
   };
 
   patches = [ ./fix_absolute_path.patch  ./fix_environment_variables.patch  ./fix_scons.patch  ./insert_prefetches.patch ];