3
0
Fork 0
forked from mirrors/nixpkgs

uchess: switch to go_1_17

hash regenerated
This commit is contained in:
Colin 2022-02-05 01:58:43 -05:00 committed by GitHub
parent 84b369d2fd
commit f0c78d8174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -13,7 +13,7 @@ buildGoModule rec {
sha256 = "1njl3f41gshdpj431zkvpv2b7zmh4m2m5q6xsijb0c0058dk46mz";
};
vendorSha256 = "0dkq240ch1z3gihn8yc5d723nnvfxirk2nhw12r1c2hj1ga088g3";
vendorSha256 = "sha256-4yEE1AsSChayCBxaMXPsbls7xGmFeWRhfOMHyAAReDY=";
# package does not contain any tests as of v0.2.1
doCheck = false;

View file

@ -31637,9 +31637,7 @@ with pkgs;
typespeed = callPackage ../games/typespeed { };
uchess = callPackage ../games/uchess {
buildGoModule = buildGo116Module;
};
uchess = callPackage ../games/uchess { };
udig = callPackage ../applications/gis/udig { };