nova: 3.10.1 -> 3.10.2

This commit is contained in:
R. Ryantm 2024-09-25 14:30:12 +00:00
parent efc90c3e0e
commit 34eada36cf

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nova";
version = "3.10.1";
version = "3.10.2";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = pname;
rev = "v${version}";
hash = "sha256-V7cUXzXvixONqL71f8hpJbGS+PyJgz+8LSwOlmXm+Po=";
hash = "sha256-RpYlUYGqOtF9R1Fr+Smu7XMWN+Y+P3RnagjBRNnA8/8=";
};
vendorHash = "sha256-xhpE+KDEf36kAw1HVm3WhiOwyWkFxkD5S+3mx0Sytv4=";
vendorHash = "sha256-v3ld3bHpVWNJgQ6K5iS7q8QV4ft4RE42wKi+f4++yqY=";
ldflags = [ "-X main.version=${version}" "-s" "-w" ];