Skip to content

Commit

Permalink
testkube: 2.1.84 -> 2.1.88
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 23, 2025
1 parent 4ea755e commit d1ff134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/testkube/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "testkube";
version = "2.1.84";
version = "2.1.88";

src = fetchFromGitHub {
owner = "kubeshop";
repo = "testkube";
rev = "v${version}";
hash = "sha256-1w+n/CXFWVLROSlI/bo5g9MMb1UNsqFDz8mL+5Xxg/s=";
hash = "sha256-HHGY6tCB9e7RRnv9oK33Ys7kWpeDNHZkBk5RMKI1vLA=";
};

vendorHash = "sha256-GCXbp8cJUji7vAEVpTP9T/mRIwfu5+TqEKtoOQWlxrY=";
vendorHash = "sha256-Dqqelz1pgLbJX2IuYfQ1HoUYkPQhzJ5A+1+XLCzFdxo=";

ldflags = [
"-X main.version=${version}"
Expand Down

0 comments on commit d1ff134

Please sign in to comment.