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

Configure Feed

Select the types of activity you want to include in your feed.

nova: 3.11.4 -> 3.11.6 (#423904)

authored by

Paul Meyer and committed by
GitHub
2d59b56a c0f483ce

+3 -3
+3 -3
pkgs/by-name/no/nova/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "nova"; 9 - version = "3.11.4"; 9 + version = "3.11.6"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "FairwindsOps"; 13 13 repo = "nova"; 14 14 rev = "v${version}"; 15 - hash = "sha256-0jDmuZqq3NNTekmu6saUjCuc0G0tj10hV0tRjwkYQg4="; 15 + hash = "sha256-lYnVysBeZAYM++tlbVnIUfmJMujilHiPtLBH5Vp0puI="; 16 16 }; 17 17 18 - vendorHash = "sha256-qXYhj3vVS6MoU4JPEDIxDZNDM2j/4Nxp6ZSlqUYVjMA="; 18 + vendorHash = "sha256-+cw2NclPLT9S1iakK2S5uc+nFE84MIl6QOH/L0kgoHE="; 19 19 20 20 ldflags = [ 21 21 "-X main.version=${version}"