nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

omnictl: 0.48.4 -> 0.49.1 (#405938)

authored by

Austin Horstman and committed by
GitHub
92fe8e45 a020018d

+3 -3
+3 -3
pkgs/by-name/om/omnictl/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "omnictl"; 10 - version = "0.48.4"; 10 + version = "0.49.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "siderolabs"; 14 14 repo = "omni"; 15 15 rev = "v${version}"; 16 - hash = "sha256-Gq3XkSTpvJ22aUxCGrPkb/m+8x+Uuiwi9+dLVUdpTJ0="; 16 + hash = "sha256-0SLeR91KVwpAKLLVVZ3pEKI2Vy0QaysezX2M3X5aZdQ="; 17 17 }; 18 18 19 - vendorHash = "sha256-LMDIpgtMbwr/cpVoAAnr56c/G81ocuOQCJDI+S0z1XU="; 19 + vendorHash = "sha256-dT0sniTYli+zRYN/uLETS3SrM5cfDY5ZYYAthaiQ93U="; 20 20 21 21 ldflags = [ 22 22 "-s"