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:
commit
61686e4957
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user