mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
testkube: 2.1.116 -> 2.1.125 (#393666)
This commit is contained in:
commit
f68ad5cc5f
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
}:
|
||||
buildGoModule rec {
|
||||
pname = "testkube";
|
||||
version = "2.1.116";
|
||||
version = "2.1.125";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kubeshop";
|
||||
repo = "testkube";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-vuoTQ4BKzAMsZxYndJW/jbKK1X+MCwCiDkCSKAqPsOM=";
|
||||
hash = "sha256-Coi/aPEZb1VoMCOtzl2AcURomo4uS76AZDS449B4EcU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-S3D075vs6QpyLYF2JGOsZh1qDG5cduRXBci80X7zr7Q=";
|
||||
vendorHash = "sha256-Z8or7JvTBZQmka71I2IpGldgnyTeh4O0aIlB/wssYoM=";
|
||||
|
||||
ldflags = [
|
||||
"-X main.version=${version}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue