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 231f9b2 + c2d44f7 commit 9e925efCopy full SHA for 9e925ef
pkgs/by-name/om/omnictl/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "omnictl";
10
- version = "0.47.1";
+ version = "0.48.0";
11
12
src = fetchFromGitHub {
13
owner = "siderolabs";
14
repo = "omni";
15
rev = "v${version}";
16
- hash = "sha256-/hv6YNaBfECFlf1xJCiSeWg+/PqmIa+Rtip6kFuHPCM=";
+ hash = "sha256-/+ayHgqXnzA72ms0Z023Vw16rqDE5Eyu/RIPE2AOOG4=";
17
};
18
19
- vendorHash = "sha256-BQn+3TEaHnJrzDZt3j/sB9Gbh4mQXhqfX0ssu+G+mg0=";
+ vendorHash = "sha256-hHQV28OpZJWgulHXFRb2n9CVxVo958y5FUoxsafzFw8=";
20
21
ldflags = [
22
"-s"
0 commit comments