File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11{
2- buildGoModule ,
2+ buildGo124Module ,
33 lib ,
44 fetchFromGitHub ,
55 nix-update-script ,
66 buildNpmPackage ,
7- fetchpatch ,
87} :
98
10- buildGoModule rec {
9+ buildGo124Module rec {
1110 pname = "beszel" ;
12- version = "0.9 .1" ;
11+ version = "0.10 .1" ;
1312
1413 src = fetchFromGitHub {
1514 owner = "henrygd" ;
1615 repo = "beszel" ;
1716 tag = "v${ version } " ;
18- hash = "sha256-tZLv/YwamQpZDo2Ha86z3lpDdLl7PVarBiAXJtCn1UE =" ;
17+ hash = "sha256-4RuYZcBR7X9Ug6l91N/FtyfT38HlW2guputzo4kF8YU =" ;
1918 } ;
2019
2120 webui = buildNpmPackage {
@@ -49,12 +48,12 @@ buildGoModule rec {
4948
5049 sourceRoot = "${ src . name } /beszel/site" ;
5150
52- npmDepsHash = "sha256-ObLulUnCCcKetDW6XKdC8u0NuKBLVUl37jebCGloGoE =" ;
51+ npmDepsHash = "sha256-UKOS7QyGsdKosjhxVhZErFkXhnfrFxdX0ozBUJGsNII =" ;
5352 } ;
5453
5554 sourceRoot = "${ src . name } /beszel" ;
5655
57- vendorHash = "sha256-h4JgRzjpG17kKXEchX+OtLBnjjd0C3D37jUCvOqQXP0 =" ;
56+ vendorHash = "sha256-VX9mil0Hdmb85Zd9jfvm5Zz2pPQx+oAGHY+BI04bYQY =" ;
5857
5958 preBuild = ''
6059 mkdir -p site/dist
You can’t perform that action at this time.
0 commit comments