mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
uchess: switch to go_1_17
hash regenerated
This commit is contained in:
parent
84b369d2fd
commit
f0c78d8174
@ -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;
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user