Skip to content

Commit d173898

Browse files
beszel: 0.9.0 -> 0.9.1 (#372182)
Co-authored-by: Bot-wxt1221 <[email protected]>
2 parents d858b11 + ce764e0 commit d173898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildGoModule rec {
1111
pname = "beszel";
12-
version = "0.9.0";
12+
version = "0.9.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "henrygd";
1616
repo = "beszel";
1717
tag = "v${version}";
18-
hash = "sha256-VB3ICoJrBIwP27jZJASQin4xzQ04089VqwFp7hfqZaQ=";
18+
hash = "sha256-tZLv/YwamQpZDo2Ha86z3lpDdLl7PVarBiAXJtCn1UE=";
1919
};
2020

2121
webui = buildNpmPackage {
@@ -54,7 +54,7 @@ buildGoModule rec {
5454

5555
sourceRoot = "${src.name}/beszel";
5656

57-
vendorHash = "sha256-yvHsmA4FtENIxKNMS8Bm9bC4dbE64XCX5KP9JYkTtKc=";
57+
vendorHash = "sha256-h4JgRzjpG17kKXEchX+OtLBnjjd0C3D37jUCvOqQXP0=";
5858

5959
preBuild = ''
6060
mkdir -p site/dist

0 commit comments

Comments
 (0)