Skip to content

Commit c405030

Browse files
authored
beszel: 0.10.1 -> 0.10.2 (#390383)
2 parents e00fa90 + cc7ebdb commit c405030

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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";

0 commit comments

Comments
 (0)