Skip to content

Commit

Permalink
kustomize-sops: 4.3.2 -> 4.3.3 (NixOS#380956)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 10, 2025
2 parents 8f0f9de + 829df5c commit e0739fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/kustomize/kustomize-sops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "kustomize-sops";
version = "4.3.2";
version = "4.3.3";

src = fetchFromGitHub {
owner = "viaduct-ai";
repo = pname;
rev = "v${version}";
hash = "sha256-FSRjPXS4Dk5oH8EO7TW6iHdGNvVhaQ7gZJ+qROXUU3U=";
hash = "sha256-qIYV0wDzBRPt6s6d2dL4FobBSMlmVm+Z0ogig3r0Q/c=";
};

vendorHash = "sha256-1qnNJltam04uLMhH8YftAl2jjEZP2UhVIMp9Vcy3jeg=";
vendorHash = "sha256-UyDW4WgDgEygMxrxbCATxlPk9KAuc9lO/ldSFyydZUA=";

installPhase = ''
mkdir -p $out/lib/viaduct.ai/v1/ksops/
Expand Down

0 comments on commit e0739fd

Please sign in to comment.