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

gopass: 1.15.15 -> 1.15.16 (#402371)

parents d2d8c087 8b83cf4f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildGoModule rec {
  pname = "gopass";
  version = "1.15.15";
  version = "1.15.16";

  nativeBuildInputs = [
    installShellFiles
@@ -34,10 +34,10 @@ buildGoModule rec {
    owner = "gopasspw";
    repo = "gopass";
    rev = "v${version}";
    hash = "sha256-GL0vnrNz9vcdybubYIjiK0tDH3L4lNWNo+rAAWv7d8o=";
    hash = "sha256-oZeik172VBSxuO3DfD5t8cKPl3AYjlyEw5x4/7g9h6o=";
  };

  vendorHash = "sha256-dDy7eQe/JtAsB+cPONiqUwcCsbisCLzY/5YQaH9w2Yg=";
  vendorHash = "sha256-mfUt1H7eApxb05SXWS1Fa/kU6ppnZs3IXvO4Bt5aXLo=";

  subPackages = [ "." ];