_1password-gui: 0.9.10-5 -> 0.9.11-3

Changelog:
https://1password.community/discussion/118649/1password-for-linux-beta-0-9-11
This commit is contained in:
Daniël de Kok 2021-02-02 18:09:20 +01:00
parent 410bbd828c
commit 75978e83d8

View file

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