Skip to content

Commit

Permalink
feat(packages/tracetest): 0.14.9 -> 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Dec 19, 2023
1 parent 8fba246 commit 635c182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/tracetest.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

let
pname = "tracetest";
version = "0.14.9";
version = "0.15.0";
src = fetchFromGitHub {
owner = "kubeshop";
repo = "tracetest";
rev = "v${version}";
hash = "sha256-DV7t2Q0JV663DARPnMGgDaPxlyHiRKhWjm9pon7fqW0=";
hash = "sha256-uXK6ePaacmzWIAuI4a5CUxzjqU8UyxTdT1kOkTgb4os=";
};
ui = buildNpmPackage {
inherit pname version src;
Expand Down

0 comments on commit 635c182

Please sign in to comment.