Commit fdc46369 authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 59e7944d
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.9";
  version = "1.15.10";

  nativeBuildInputs = [ installShellFiles makeWrapper ];

@@ -21,10 +21,10 @@ buildGoModule rec {
    owner = "gopasspw";
    repo = "gopass";
    rev = "v${version}";
    hash = "sha256-GGaFQyO/4FVG9gVW2xMiJJKEl+OECsvAdKvgonSDLG0=";
    hash = "sha256-6s4rg2+oC+RB2gE4FQIY2MPmFSh+RxiZxaIuMI/T8hE=";
  };

  vendorHash = "sha256-3x4AuUpsAdIm99tVAF2juFAaDhNKe2eMpWWrbsr3tq8=";
  vendorHash = "sha256-tbZpNraGVC+p6O1MOh4vPmcwUgW5ykg7rGTNOWKFk0M=";

  subPackages = [ "." ];