From 2df36c1c9b71bc990ab7975ece66c48554183659 Mon Sep 17 00:00:00 2001 From: Karitham Date: Thu, 21 Mar 2024 16:29:32 +0100 Subject: [PATCH 1/2] vals: fix repo origin and upgrade to latest the vals repo is now part of `helmfile`. --- pkgs/tools/security/vals/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/tools/security/vals/default.nix b/pkgs/tools/security/vals/default.nix index c6355bb3683b..ee3a33d0ef96 100644 --- a/pkgs/tools/security/vals/default.nix +++ b/pkgs/tools/security/vals/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "vals"; - version = "0.33.1"; + version = "0.35.0"; src = fetchFromGitHub { rev = "v${version}"; - owner = "variantdev"; + owner = "helmfile"; repo = pname; - sha256 = "sha256-5+yaDcHqOt+bOdQIv4rDJuiR7acbkQvHJEfvc058+b8="; + sha256 = "sha256-PH2R39bI357ND3Gf//Fe+xtMGVuqwggT9zZyy/OimmY="; }; - vendorHash = "sha256-Lt6OPA6k+zXIahZR8F36YWruCtUsoQKb/LgzJ5NIcx8="; + vendorHash = "sha256-oesPCwDZyJ1Q8LdyEnvAU5sdXFFHdxUP4jXltww8vuk="; ldflags = [ "-s" @@ -31,8 +31,8 @@ buildGoModule rec { description = "Helm-like configuration values loader with support for various sources"; mainProgram = "vals"; license = licenses.asl20; - homepage = "https://github.com/variantdev/vals"; - changelog = "https://github.com/variantdev/vals/releases/v${version}"; + homepage = "https://github.com/helmfile/vals"; + changelog = "https://github.com/helmfile/vals/releases/v${version}"; maintainers = with maintainers; [ stehessel ]; }; } From cc6cff713acf695228521fab2015eafea4c20ed9 Mon Sep 17 00:00:00 2001 From: PL Date: Tue, 2 Apr 2024 09:31:53 +0200 Subject: [PATCH 2/2] Update pkgs/tools/security/vals/default.nix Co-authored-by: Stephan Hesselmann --- pkgs/tools/security/vals/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/security/vals/default.nix b/pkgs/tools/security/vals/default.nix index bcf90457c7ad..4196ef3d8ac6 100644 --- a/pkgs/tools/security/vals/default.nix +++ b/pkgs/tools/security/vals/default.nix @@ -13,7 +13,6 @@ buildGoModule rec { vendorHash = "sha256-b4GmDzRvWQzoKzQo7am/3M9cFqO+QNW4UxlWZrPswiA="; - ldflags = [ "-s" "-w"