Skip to content

Commit b6aa152

Browse files
omnictl: 0.50.1 -> 0.51.0 (#417931)
Co-authored-by: raylas <[email protected]>
2 parents 0e2d1a7 + 55e577f commit b6aa152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/om/omnictl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "omnictl";
10-
version = "0.50.1";
10+
version = "0.51.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "siderolabs";
1414
repo = "omni";
1515
rev = "v${version}";
16-
hash = "sha256-ewbTYS5eRluTRY7pOzD/ylHUH2Wbgn/qoQvICnJ2vrg=";
16+
hash = "sha256-PIUaR+Pdy4vJMqYfw1x8ts0yDlDcA0dOzviw/wLf45M=";
1717
};
1818

19-
vendorHash = "sha256-bS5g4cXzp9zKtlsE/EApm7mQJ3asZdyQ3vw8Vslz62Q=";
19+
vendorHash = "sha256-Re6CTQVJcNLhaw6K2W+zRNG42lLV1dSd0O9DDrH8jMY=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)