Merge pull request #77159 from r-ryantm/auto-update/microsoft_gsl
microsoft_gsl: 2.0.0 -> 2.1.0
This commit is contained in:
commit
79a9c9dd7a
@ -6,13 +6,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "microsoft_gsl";
|
pname = "microsoft_gsl";
|
||||||
version = "2.0.0";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Microsoft";
|
owner = "Microsoft";
|
||||||
repo = "GSL";
|
repo = "GSL";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1kxfca9ik934nkzyn34ingkyvwpc09li81cg1yc6vqcrdw51l4ri";
|
sha256 = "09f08lxqm00152bx9yrizlgabzpzxlpbv06h00z4w78yxywgxlgx";
|
||||||
};
|
};
|
||||||
|
|
||||||
# build phase just runs the unit tests, so skip it if
|
# build phase just runs the unit tests, so skip it if
|
||||||
|
Loading…
Reference in New Issue
Block a user