Merge pull request #36020 from ryantm/auto-update/shc-3.9.3-to-3.9.6

shc: 3.9.3 -> 3.9.6
This commit is contained in:
Frederik Rietdijk 2018-02-28 14:14:24 +00:00 committed by GitHub
commit 187a8b1f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "shc-${version}"; name = "shc-${version}";
version = "3.9.3"; version = "3.9.6";
rev = "${version}"; rev = "${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "neurobin"; owner = "neurobin";
repo = "shc"; repo = "shc";
sha256 = "00fqzg4a0f4kp4wr8swhi5zqds3gh3gf7cgi1cipn16av0818xsa"; sha256 = "07l6m24ivjnvbglxkx9mvarpzc453qrlq5ybkyz7jdilh481aj33";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {