nova: 3.11.14 -> 3.12.0

This commit is contained in:
R. Ryantm
2026-05-01 00:25:11 +00:00
parent d67f00f7ea
commit ccbe8a849b
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "nova";
version = "3.11.14";
version = "3.12.0";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "nova";
rev = "v${finalAttrs.version}";
hash = "sha256-leMDcw17rD08zIcJ9mkcD0VJE0o8pS6F31nFjDLT67Q=";
hash = "sha256-eIsysSJw090BdGNG/5rPqwCE7Ci2HiKWEw+Gx9UXHYQ=";
};
vendorHash = "sha256-OICuGfnMkx25GL5aoaozselXgJxOZt3vANCSan2ZGs8=";
vendorHash = "sha256-nXzJkcUbIGVxnuyx51NeXOI9Y/D/Fg/TkmrH7MLYzfQ=";
ldflags = [
"-X main.version=${finalAttrs.version}"