summary refs log tree commit diff
path: root/pkgs/tools/security/shc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 15:56:42 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 15:56:42 -0800
commit9648aebf11ae7b00aaef458bd61dc79cb1b628a0 (patch)
tree7f5bce5166de4f62938ec188cc9896dd5c8862b8 /pkgs/tools/security/shc
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixpkgs-9648aebf11ae7b00aaef458bd61dc79cb1b628a0.tar
nixpkgs-9648aebf11ae7b00aaef458bd61dc79cb1b628a0.tar.gz
nixpkgs-9648aebf11ae7b00aaef458bd61dc79cb1b628a0.tar.bz2
nixpkgs-9648aebf11ae7b00aaef458bd61dc79cb1b628a0.tar.lz
nixpkgs-9648aebf11ae7b00aaef458bd61dc79cb1b628a0.tar.xz
nixpkgs-9648aebf11ae7b00aaef458bd61dc79cb1b628a0.tar.zst
nixpkgs-9648aebf11ae7b00aaef458bd61dc79cb1b628a0.zip
shc: 3.9.3 -> 3.9.6
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/9gwfzrfmah4n4lf69anhqgxrj0p9f77l-shc-3.9.6/bin/shc -h` got 0 exit code
- ran `/nix/store/9gwfzrfmah4n4lf69anhqgxrj0p9f77l-shc-3.9.6/bin/shc --help` got 0 exit code
- ran `/nix/store/9gwfzrfmah4n4lf69anhqgxrj0p9f77l-shc-3.9.6/bin/shc -h` and found version 3.9.6
- ran `/nix/store/9gwfzrfmah4n4lf69anhqgxrj0p9f77l-shc-3.9.6/bin/shc --help` and found version 3.9.6
- found 3.9.6 with grep in /nix/store/9gwfzrfmah4n4lf69anhqgxrj0p9f77l-shc-3.9.6
- found 3.9.6 in filename of file in /nix/store/9gwfzrfmah4n4lf69anhqgxrj0p9f77l-shc-3.9.6
Diffstat (limited to 'pkgs/tools/security/shc')
-rw-r--r--pkgs/tools/security/shc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/shc/default.nix b/pkgs/tools/security/shc/default.nix
index 5348ecce647..9c7b24be69c 100644
--- a/pkgs/tools/security/shc/default.nix
+++ b/pkgs/tools/security/shc/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   name = "shc-${version}";
-  version = "3.9.3";
+  version = "3.9.6";
   rev = "${version}";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "neurobin";
     repo = "shc";
-    sha256 = "00fqzg4a0f4kp4wr8swhi5zqds3gh3gf7cgi1cipn16av0818xsa";
+    sha256 = "07l6m24ivjnvbglxkx9mvarpzc453qrlq5ybkyz7jdilh481aj33";
   };
 
   meta = with stdenv.lib; {