Merge pull request #112562 from danieldk/1password-gui-0.9.12

_1password-gui: 0.9.11-3 -> 0.9.12-3
This commit is contained in:
Sandro 2021-02-09 23:16:26 +01:00 committed by GitHub
commit 64c2276c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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