Merge pull request #172691 from marsam/update-sops

sops: 3.7.2 -> 3.7.3

authored by Mario Rodas and committed by GitHub 69e558b4 fa76c980

+5 -3
+5 -3
pkgs/tools/security/sops/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "sops"; 5 - version = "3.7.2"; 5 + version = "3.7.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 owner = "mozilla"; 10 10 repo = pname; 11 - sha256 = "sha256-NMuYMvaBSxKHvpqFkMfnMDvcXxTstqzracuSTT1VB1A="; 11 + sha256 = "sha256-wN1ksLwD4G+fUhvCe+jahh1PojPk6L6tnx1rsc7dz+M="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-00/7O9EcGojUExJPtYWndb16VqrNby/5GsVs8Ak/Isc="; 14 + vendorSha256 = "sha256-8IaE+vhVZkc9QDR6+/3eOSsuf3SYF2upNcCifbqtx14="; 15 + 16 + ldflags = [ "-s" "-w" ]; 15 17 16 18 doCheck = false; 17 19