Skip to content

Commit

Permalink
feat(packages/tracetest): 0.16.0 -> 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Mar 29, 2024
1 parent b28f141 commit 040986a
Show file tree
Hide file tree
Showing 2 changed files with 8,782 additions and 9,402 deletions.
8 changes: 4 additions & 4 deletions src/packages/tracetest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

let
pname = "tracetest";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "kubeshop";
repo = "tracetest";
rev = "v${version}";
hash = "sha256-9dU1aATcz6IzNGBLr618V1+bcPNrB9XPghz1Ldb4VLA=";
hash = "sha256-3YzCq3mOcF42dzxhkkk7089Xv1BmwHODbDkEhs1aAmk=";
};
ui = buildNpmPackage {
inherit pname version src;
Expand All @@ -21,7 +21,7 @@ let

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

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

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

Expand All @@ -39,7 +39,7 @@ in
buildGoModule rec {
inherit pname version src;

vendorHash = "sha256-Ju7ZNofbS0zmfGDrmCYNvCY6NmjZsxlYY4rQubfnB4I=";
vendorHash = "sha256-QzdrqNtQQJ/aOTOFsagvlOxGS5wzZOvulLNhPXbYjnY=";

nativeBuildInputs = [ installShellFiles ];

Expand Down
Loading

0 comments on commit 040986a

Please sign in to comment.