shc: 4.0.2 -> 4.0.3

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:
R. RyanTM 2019-07-16 12:42:02 -07:00 committed by Frederik Rietdijk
parent 43aa4b4154
commit abc4ccdd2d

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "shc-${version}";
version = "4.0.2";
version = "4.0.3";
rev = "${version}";
src = fetchFromGitHub {
inherit rev;
owner = "neurobin";
repo = "shc";
sha256 = "1vd9dldm6h234awn5fhpgq4lb85ylcawr2p2108332ffy70kvdix";
sha256 = "0bfn404plsssa14q89k9l3s5lxq3df0sny5lis4j2w75qrkqx694";
};
meta = with stdenv.lib; {