Unverified Commit e51ea43b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #269874 from marsam/update-gopass

gopass: 1.15.8 -> 1.15.9
parents 95a80c9d 7241985b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildGoModule rec {
  pname = "gopass";
  version = "1.15.8";
  version = "1.15.9";

  nativeBuildInputs = [ installShellFiles makeWrapper ];

@@ -21,10 +21,10 @@ buildGoModule rec {
    owner = "gopasspw";
    repo = "gopass";
    rev = "v${version}";
    hash = "sha256-l8Ce0ioMnSlet+PMrQCMvyH3IvmQaE1MQSJR9myyLB8=";
    hash = "sha256-GGaFQyO/4FVG9gVW2xMiJJKEl+OECsvAdKvgonSDLG0=";
  };

  vendorHash = "sha256-xyQTlbTPAC2iG8XQ4oEHBXjfXauwuBhaTbsew23nlVw=";
  vendorHash = "sha256-3x4AuUpsAdIm99tVAF2juFAaDhNKe2eMpWWrbsr3tq8=";

  subPackages = [ "." ];