zarf: 0.41.0 -> 0.54.0 (#405077)

authored by

Peder Bergebakken Sundt and committed by
GitHub
95ce89e4 d461f620

+4 -4
+4 -4
pkgs/by-name/za/zarf/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "zarf"; 11 - version = "0.41.0"; 11 + version = "0.54.0"; 12 12 13 13 src = fetchFromGitHub { 14 - owner = "defenseunicorns"; 14 + owner = "zarf-dev"; 15 15 repo = "zarf"; 16 16 rev = "v${version}"; 17 17 hash = "sha256-rY9xWqJ+2Yfs6VRHTF89LmuEruAavDI7MgBm4UFEuBs="; ··· 33 33 "-s" 34 34 "-w" 35 35 "-X" 36 - "github.com/defenseunicorns/zarf/src/config.CLIVersion=${src.rev}" 36 + "github.com/zarf-dev/zarf/src/config.CLIVersion=${src.rev}" 37 37 "-X" 38 38 "k8s.io/component-base/version.gitVersion=v0.0.0+zarf${src.rev}" 39 39 "-X" ··· 53 53 meta = with lib; { 54 54 description = "DevSecOps for Air Gap & Limited-Connection Systems. https://zarf.dev"; 55 55 mainProgram = "zarf"; 56 - homepage = "https://github.com/defenseunicorns/zarf.git"; 56 + homepage = "https://zarf.dev"; 57 57 license = licenses.asl20; 58 58 maintainers = with maintainers; [ ragingpastry ]; 59 59 };