_1password-gui: 0.9.12-3 -> 0.9.13

Changelog:
https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.13
wip/yesman
Daniël de Kok 3 years ago
parent 9ab61d974e
commit 4997efab54
  1. 4
      pkgs/applications/misc/1password-gui/default.nix

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "1password";
version = "0.9.12-3";
version = "0.9.13";
src = fetchurl {
url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage";
hash = "sha256-IK4BuZKM2U8vz7m8waJhoh3tQ539wGLcIDNiYGUou24=";
hash = "sha256-VdbdmpLiQGVFH3q6baE2yuuKz11Tn0gMpkGDI9KI3HQ=";
};
nativeBuildInputs = [ makeWrapper ];

Loading…
Cancel
Save