Skip to content

Commit a9acc5f

Browse files
committed
beszel: 0.9.1 -> 0.10.1
1 parent 42565a8 commit a9acc5f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pkgs/by-name/be/beszel/package.nix

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
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

0 commit comments

Comments
 (0)