mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 02:28:34 +00:00
ko: 0.13.0 -> 0.14.1
Diff: https://github.com/ko-build/ko/compare/v0.13.0...v0.14.1 Changelog: https://github.com/ko-build/ko/releases/tag/v0.14.1
This commit is contained in:
parent
f78d374962
commit
19f921ccdb
@ -7,16 +7,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "ko";
|
||||
version = "0.13.0";
|
||||
version = "0.14.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ko-build";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-KVJqqvp46BAUscG5Xj/g4ThUXKFsuJdzEB++uBskFiw=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-jBysfeoZ9W94c07xFODBASrWGJbZRHsUODfEul9f4Ug=";
|
||||
};
|
||||
|
||||
vendorSha256 = null;
|
||||
vendorHash = null;
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
@ -25,6 +25,11 @@ buildGoModule rec {
|
||||
|
||||
ldflags = [ "-s" "-w" "-X github.com/google/ko/pkg/commands.Version=${version}" ];
|
||||
|
||||
checkFlags = [
|
||||
# requires docker daemon
|
||||
"-skip=TestNewPublisherCanPublish"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ git ];
|
||||
preCheck = ''
|
||||
# Feed in all the tests for testing
|
||||
|
Loading…
Reference in New Issue
Block a user