Skip to content

Commit 9e925ef

Browse files
authored
omnictl: 0.47.1 -> 0.48.0 (NixOS#397124)
2 parents 231f9b2 + c2d44f7 commit 9e925ef

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.47.1";
10+
version = "0.48.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "siderolabs";
1414
repo = "omni";
1515
rev = "v${version}";
16-
hash = "sha256-/hv6YNaBfECFlf1xJCiSeWg+/PqmIa+Rtip6kFuHPCM=";
16+
hash = "sha256-/+ayHgqXnzA72ms0Z023Vw16rqDE5Eyu/RIPE2AOOG4=";
1717
};
1818

19-
vendorHash = "sha256-BQn+3TEaHnJrzDZt3j/sB9Gbh4mQXhqfX0ssu+G+mg0=";
19+
vendorHash = "sha256-hHQV28OpZJWgulHXFRb2n9CVxVo958y5FUoxsafzFw8=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)