uchess: switch to go_1_17

hash regenerated
main
Colin 2 years ago committed by GitHub
parent 84b369d2fd
commit f0c78d8174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/games/uchess/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

@ -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…
Cancel
Save