File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- buildGo124Module ,
2+ buildGoModule ,
33 lib ,
44 fetchFromGitHub ,
55 nix-update-script ,
66 buildNpmPackage ,
77} :
88
9- buildGo124Module rec {
9+ buildGoModule rec {
1010 pname = "beszel" ;
11- version = "0.10.1 " ;
11+ version = "0.10.2 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "henrygd" ;
1515 repo = "beszel" ;
1616 tag = "v${ version } " ;
17- hash = "sha256-4RuYZcBR7X9Ug6l91N/FtyfT38HlW2guputzo4kF8YU =" ;
17+ hash = "sha256-yYSX58qA4vE7Bp3ADc6rIMf9yaeU7Zw7D5rmES6x6oA =" ;
1818 } ;
1919
2020 webui = buildNpmPackage {
@@ -48,7 +48,7 @@ buildGo124Module rec {
4848
4949 sourceRoot = "${ src . name } /beszel/site" ;
5050
51- npmDepsHash = "sha256-UKOS7QyGsdKosjhxVhZErFkXhnfrFxdX0ozBUJGsNII =" ;
51+ npmDepsHash = "sha256-27NUV23dNHFSwOHiB/wGSAWkp6eZMnw/6Pd3Fwn98+s =" ;
5252 } ;
5353
5454 sourceRoot = "${ src . name } /beszel" ;
You can’t perform that action at this time.
0 commit comments