File tree Expand file tree Collapse file tree 2 files changed +8782
-9402
lines changed Expand file tree Collapse file tree 2 files changed +8782
-9402
lines changed Original file line number Diff line number Diff line change 7
7
8
8
let
9
9
pname = "tracetest" ;
10
- version = "0.16.0 " ;
10
+ version = "0.16.1 " ;
11
11
src = fetchFromGitHub {
12
12
owner = "kubeshop" ;
13
13
repo = "tracetest" ;
14
14
rev = "v${ version } " ;
15
- hash = "sha256-9dU1aATcz6IzNGBLr618V1+bcPNrB9XPghz1Ldb4VLA =" ;
15
+ hash = "sha256-3YzCq3mOcF42dzxhkkk7089Xv1BmwHODbDkEhs1aAmk =" ;
16
16
} ;
17
17
ui = buildNpmPackage {
18
18
inherit pname version src ;
21
21
22
22
patches = [ ./package-lock.patch ] ;
23
23
24
- npmDepsHash = "sha256-JWa9wsZKXLyUB1PzFP+znXiDaBHnz1uW7nsrh1p9kPA =" ;
24
+ npmDepsHash = "sha256-ktEYoaakYyxj6uwkFwwAiY4faw5K91GaxvPs8v2n7TA =" ;
25
25
26
26
npmPackFlags = [ "--ignore-scripts" ] ;
27
27
39
39
buildGoModule rec {
40
40
inherit pname version src ;
41
41
42
- vendorHash = "sha256-Ju7ZNofbS0zmfGDrmCYNvCY6NmjZsxlYY4rQubfnB4I =" ;
42
+ vendorHash = "sha256-QzdrqNtQQJ/aOTOFsagvlOxGS5wzZOvulLNhPXbYjnY =" ;
43
43
44
44
nativeBuildInputs = [ installShellFiles ] ;
45
45
You can’t perform that action at this time.
0 commit comments