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
This commit is contained in:
Jörg Thalheim 2018-11-18 11:05:09 +00:00 committed by GitHub
commit 61686e4957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;