summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 00:17:55 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 00:17:55 -0800
commit4bc630aa65070152e52cf56074e736e37c68a302 (patch)
tree08cf80175a369c8f356f18933c7fcebebf4eb17b /pkgs/tools
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixpkgs-4bc630aa65070152e52cf56074e736e37c68a302.tar
nixpkgs-4bc630aa65070152e52cf56074e736e37c68a302.tar.gz
nixpkgs-4bc630aa65070152e52cf56074e736e37c68a302.tar.bz2
nixpkgs-4bc630aa65070152e52cf56074e736e37c68a302.tar.lz
nixpkgs-4bc630aa65070152e52cf56074e736e37c68a302.tar.xz
nixpkgs-4bc630aa65070152e52cf56074e736e37c68a302.tar.zst
nixpkgs-4bc630aa65070152e52cf56074e736e37c68a302.zip
shc: 4.0.0 -> 4.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
Diffstat (limited to 'pkgs/tools')
-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 c32addd8ffc..42a4b04ddfe 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 = "4.0.0";
+  version = "4.0.1";
   rev = "${version}";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "neurobin";
     repo = "shc";
-    sha256 = "1ghvggrygvs1nxjbmq4pqskfr3mzjhcprql9qfkyhz6ii6si75v8";
+    sha256 = "03f5hq1wkwfcm6b1q9956zqd05l2am91ij8lxbc8akiwz14dmkw7";
   };
 
   meta = with stdenv.lib; {