netbird-dashboard: 2.38.0 -> 2.38.1 (#522603)

This commit is contained in:
K900
2026-05-21 13:24:50 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -6,13 +6,13 @@
buildNpmPackage rec {
pname = "netbird-dashboard";
version = "2.38.0";
version = "2.38.1";
src = fetchFromGitHub {
owner = "netbirdio";
repo = "dashboard";
rev = "v${version}";
hash = "sha256-9YtAqfSIpntpXpCNBUE7VwEoy6SNrusPTnH62HeghXY=";
hash = "sha256-YaBrFY8zOH3iAcs+JNISchDwAY9ts7UwPXX1QoMWSxU=";
};
npmDepsHash = "sha256-Ze+1r5Uh+wdm3MuVr93oS2itodx9Zdv+JYO6Uji1saw=";
+1 -1
View File
@@ -93,7 +93,7 @@ buildGoModule (finalAttrs: {
ldflags = [
"-s"
"-w"
"-X github.com/netbirdio/netbird/version.version=${finalAttrs.version}"
"-X github.com/netbirdio/netbird/version.version=v${finalAttrs.version}"
"-X main.builtBy=nix"
];