Skip to content

Commit

Permalink
Merge pull request NixOS#172691 from marsam/update-sops
Browse files Browse the repository at this point in the history
sops: 3.7.2 -> 3.7.3
  • Loading branch information
marsam authored May 13, 2022
2 parents fa76c98 + c19b347 commit 69e558b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/tools/security/sops/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

buildGoModule rec {
pname = "sops";
version = "3.7.2";
version = "3.7.3";

src = fetchFromGitHub {
rev = "v${version}";
owner = "mozilla";
repo = pname;
sha256 = "sha256-NMuYMvaBSxKHvpqFkMfnMDvcXxTstqzracuSTT1VB1A=";
sha256 = "sha256-wN1ksLwD4G+fUhvCe+jahh1PojPk6L6tnx1rsc7dz+M=";
};

vendorSha256 = "sha256-00/7O9EcGojUExJPtYWndb16VqrNby/5GsVs8Ak/Isc=";
vendorSha256 = "sha256-8IaE+vhVZkc9QDR6+/3eOSsuf3SYF2upNcCifbqtx14=";

ldflags = [ "-s" "-w" ];

doCheck = false;

Expand Down

0 comments on commit 69e558b

Please sign in to comment.