about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-11-18 11:05:09 +0000
committerGitHub <noreply@github.com>2018-11-18 11:05:09 +0000
commit61686e4957792a496cd892afffc732270c039cb6 (patch)
treef4450498828d2a500d6e6306d46563a180971cdf /pkgs/tools
parentb74b0ad9a06f66f053f9fd3bb374f9af34e6ea40 (diff)
parent60ee032c39b60245f2cfa203b9940e656592eeae (diff)
downloadnixlib-61686e4957792a496cd892afffc732270c039cb6.tar
nixlib-61686e4957792a496cd892afffc732270c039cb6.tar.gz
nixlib-61686e4957792a496cd892afffc732270c039cb6.tar.bz2
nixlib-61686e4957792a496cd892afffc732270c039cb6.tar.lz
nixlib-61686e4957792a496cd892afffc732270c039cb6.tar.xz
nixlib-61686e4957792a496cd892afffc732270c039cb6.tar.zst
nixlib-61686e4957792a496cd892afffc732270c039cb6.zip
Merge pull request #50565 from r-ryantm/auto-update/shc
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.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/shc/default.nix b/pkgs/tools/security/shc/default.nix
index 9c7b24be69c9..c32addd8ffcc 100644
--- a/pkgs/tools/security/shc/default.nix
+++ b/pkgs/tools/security/shc/default.nix
@@ -2,18 +2,18 @@
 
 stdenv.mkDerivation rec {
   name = "shc-${version}";
-  version = "3.9.6";
+  version = "4.0.0";
   rev = "${version}";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "neurobin";
     repo = "shc";
-    sha256 = "07l6m24ivjnvbglxkx9mvarpzc453qrlq5ybkyz7jdilh481aj33";
+    sha256 = "1ghvggrygvs1nxjbmq4pqskfr3mzjhcprql9qfkyhz6ii6si75v8";
   };
 
   meta = with stdenv.lib; {
-    homepage = http://neurobin.github.io/shc;
+    homepage = https://neurobin.org/projects/softwares/unix/shc/;
     description = "Shell Script Compiler";
     platforms = stdenv.lib.platforms.linux;
     license = licenses.gpl3;