Unverified Commit e1d626df authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260554 from marsam/update-sops

sops: 3.8.0 -> 3.8.1
parents 5c98324d b35d3bbe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "sops";
  version = "3.8.0";
  version = "3.8.1";

  src = fetchFromGitHub {
    owner = "getsops";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-nUeygUZdtDyYGW3hZdxBHSUxYILJcHoIIYRpoxkAlI4=";
    hash = "sha256-4K09wLV1+TvYTtvha6YyGhjlhEldWL1eVazNwcEhi3Q=";
  };

  vendorHash = "sha256-/fh6pQ7u1icIYGM4gJHXyDNQlAbLnVluw5icovBMZ5k=";
  vendorHash = "sha256-iRgLspYhwSVuL0yarPdjXCKfjK7TGDZeQCOcIYtNvzA=";

  subPackages = [ "cmd/sops" ];