We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d858b11 + ce764e0 commit d173898Copy full SHA for d173898
pkgs/by-name/be/beszel/package.nix
@@ -9,13 +9,13 @@
9
10
buildGoModule rec {
11
pname = "beszel";
12
- version = "0.9.0";
+ version = "0.9.1";
13
14
src = fetchFromGitHub {
15
owner = "henrygd";
16
repo = "beszel";
17
tag = "v${version}";
18
- hash = "sha256-VB3ICoJrBIwP27jZJASQin4xzQ04089VqwFp7hfqZaQ=";
+ hash = "sha256-tZLv/YwamQpZDo2Ha86z3lpDdLl7PVarBiAXJtCn1UE=";
19
};
20
21
webui = buildNpmPackage {
@@ -54,7 +54,7 @@ buildGoModule rec {
54
55
sourceRoot = "${src.name}/beszel";
56
57
- vendorHash = "sha256-yvHsmA4FtENIxKNMS8Bm9bC4dbE64XCX5KP9JYkTtKc=";
+ vendorHash = "sha256-h4JgRzjpG17kKXEchX+OtLBnjjd0C3D37jUCvOqQXP0=";
58
59
preBuild = ''
60
mkdir -p site/dist
0 commit comments