Merge pull request #77159 from r-ryantm/auto-update/microsoft_gsl

microsoft_gsl: 2.0.0 -> 2.1.0
This commit is contained in:
Mario Rodas 2020-01-11 05:07:09 -05:00 committed by GitHub
commit 79a9c9dd7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@ let
in
stdenv.mkDerivation rec {
pname = "microsoft_gsl";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "Microsoft";
repo = "GSL";
rev = "v${version}";
sha256 = "1kxfca9ik934nkzyn34ingkyvwpc09li81cg1yc6vqcrdw51l4ri";
sha256 = "09f08lxqm00152bx9yrizlgabzpzxlpbv06h00z4w78yxywgxlgx";
};
# build phase just runs the unit tests, so skip it if