Commit a9acc5f 1 parent 42565a8 commit a9acc5f Copy full SHA for a9acc5f
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- buildGoModule ,
2
+ buildGo124Module ,
3
3
lib ,
4
4
fetchFromGitHub ,
5
5
nix-update-script ,
6
6
buildNpmPackage ,
7
- fetchpatch ,
8
7
} :
9
8
10
- buildGoModule rec {
9
+ buildGo124Module rec {
11
10
pname = "beszel" ;
12
- version = "0.9 .1" ;
11
+ version = "0.10 .1" ;
13
12
14
13
src = fetchFromGitHub {
15
14
owner = "henrygd" ;
16
15
repo = "beszel" ;
17
16
tag = "v${ version } " ;
18
- hash = "sha256-tZLv/YwamQpZDo2Ha86z3lpDdLl7PVarBiAXJtCn1UE =" ;
17
+ hash = "sha256-4RuYZcBR7X9Ug6l91N/FtyfT38HlW2guputzo4kF8YU =" ;
19
18
} ;
20
19
21
20
webui = buildNpmPackage {
@@ -49,12 +48,12 @@ buildGoModule rec {
49
48
50
49
sourceRoot = "${ src . name } /beszel/site" ;
51
50
52
- npmDepsHash = "sha256-ObLulUnCCcKetDW6XKdC8u0NuKBLVUl37jebCGloGoE =" ;
51
+ npmDepsHash = "sha256-UKOS7QyGsdKosjhxVhZErFkXhnfrFxdX0ozBUJGsNII =" ;
53
52
} ;
54
53
55
54
sourceRoot = "${ src . name } /beszel" ;
56
55
57
- vendorHash = "sha256-h4JgRzjpG17kKXEchX+OtLBnjjd0C3D37jUCvOqQXP0 =" ;
56
+ vendorHash = "sha256-VX9mil0Hdmb85Zd9jfvm5Zz2pPQx+oAGHY+BI04bYQY =" ;
58
57
59
58
preBuild = ''
60
59
mkdir -p site/dist
You can’t perform that action at this time.
0 commit comments