Skip to content

Commit 040986a

Browse files
committed
feat(packages/tracetest): 0.16.0 -> 0.16.1
1 parent b28f141 commit 040986a

File tree

2 files changed

+8782
-9402
lines changed

2 files changed

+8782
-9402
lines changed

src/packages/tracetest/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
let
99
pname = "tracetest";
10-
version = "0.16.0";
10+
version = "0.16.1";
1111
src = fetchFromGitHub {
1212
owner = "kubeshop";
1313
repo = "tracetest";
1414
rev = "v${version}";
15-
hash = "sha256-9dU1aATcz6IzNGBLr618V1+bcPNrB9XPghz1Ldb4VLA=";
15+
hash = "sha256-3YzCq3mOcF42dzxhkkk7089Xv1BmwHODbDkEhs1aAmk=";
1616
};
1717
ui = buildNpmPackage {
1818
inherit pname version src;
@@ -21,7 +21,7 @@ let
2121

2222
patches = [ ./package-lock.patch ];
2323

24-
npmDepsHash = "sha256-JWa9wsZKXLyUB1PzFP+znXiDaBHnz1uW7nsrh1p9kPA=";
24+
npmDepsHash = "sha256-ktEYoaakYyxj6uwkFwwAiY4faw5K91GaxvPs8v2n7TA=";
2525

2626
npmPackFlags = [ "--ignore-scripts" ];
2727

@@ -39,7 +39,7 @@ in
3939
buildGoModule rec {
4040
inherit pname version src;
4141

42-
vendorHash = "sha256-Ju7ZNofbS0zmfGDrmCYNvCY6NmjZsxlYY4rQubfnB4I=";
42+
vendorHash = "sha256-QzdrqNtQQJ/aOTOFsagvlOxGS5wzZOvulLNhPXbYjnY=";
4343

4444
nativeBuildInputs = [ installShellFiles ];
4545

0 commit comments

Comments
 (0)