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
This commit is contained in:
R. RyanTM 2019-06-02 20:37:13 -07:00
parent 97aba37876
commit 03be5e7ac3

View file

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