Skip to content

Commit 6033cb0

Browse files
authored
netbird: 0.43.0 -> 0.43.1 (#403031)
2 parents 5b66772 + 2c51292 commit 6033cb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ne/netbird/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ let
3131
in
3232
buildGoModule (finalAttrs: {
3333
pname = "netbird";
34-
version = "0.43.0";
34+
version = "0.43.1";
3535

3636
src = fetchFromGitHub {
3737
owner = "netbirdio";
3838
repo = "netbird";
3939
tag = "v${finalAttrs.version}";
40-
hash = "sha256-HmNd5MyplQ8iwpaxhEnomASIwx4VE3Qv70sURxqDzdo=";
40+
hash = "sha256-otjdzt+RLjic3VyoRh/uneP6qChy8QaxkIQT9YFS1pY=";
4141
};
4242

43-
vendorHash = "sha256-/iqWVDqQOTFP5OZDrgq5gAH7NmHneQlf5+wAzIyoEPw=";
43+
vendorHash = "sha256-/STnSegRtpdMhh9RaCqwc6dSXvt7UO5GVz7/M9JzamM=";
4444

4545
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;
4646

0 commit comments

Comments
 (0)