summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 20:37:13 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 20:37:13 -0700
commit03be5e7ac36eacf8fb52dab09dc14961d8d1af1d (patch)
tree0dc751ae51153b83f522f4d365a637f4997feb8e /pkgs/tools/security
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
shc: 4.0.1 -> 4.0.2
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/security')
-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 42a4b04ddfee..e3f5f72c1414 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.1";
+ version = "4.0.2";
rev = "${version}";
src = fetchFromGitHub {
inherit rev;
owner = "neurobin";
repo = "shc";
- sha256 = "03f5hq1wkwfcm6b1q9956zqd05l2am91ij8lxbc8akiwz14dmkw7";
+ sha256 = "1vd9dldm6h234awn5fhpgq4lb85ylcawr2p2108332ffy70kvdix";
};
meta = with stdenv.lib; {