Unverified Commit 916ee862 authored by Daniël de Kok's avatar Daniël de Kok Committed by GitHub
Browse files

Merge pull request #115893 from r-ryantm/auto-update/1password

_1password-gui: 0.9.26 -> 8.0.27
parents f03cfcaf efd3c20d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "1password";
  version = "0.9.26";
  version = "8.0.27";

  src = fetchurl {
    url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage";
    hash = "sha256-LvHvWUS2iEm9m+v+kk7wf+P9xZkOyuoLk4xM4+P2vF8=";
    hash = "sha256-qzZXs7ak4052Igq+YWuzgDqJ7143q5qw5P3b3eN3NkU=";
  };

  nativeBuildInputs = [ makeWrapper ];