mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
go-swagger: update vendorSha256
This commit is contained in:
parent
f05932c5f3
commit
bed3aed944
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-sahInHXv1GtylsY8kpw1dDjKiENmq4myx+7mq60vJAI=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-DL2eN277cXfsw1dDvIbzkJRuKThgqFOzIufPQVpUzmU=";
|
||||
vendorSha256 = "sha256-KLV6ABo1K+KtAzAQ4FcFiK1LAZEsKup+BtgjRJfonAY=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -33825,7 +33825,9 @@ with pkgs;
|
||||
|
||||
go-swag = callPackage ../development/tools/go-swag { };
|
||||
|
||||
go-swagger = callPackage ../development/tools/go-swagger { };
|
||||
go-swagger = callPackage ../development/tools/go-swagger {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
jx = callPackage ../applications/networking/cluster/jx {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user