Merge pull request #110865 from danieldk/1password-gui-0.9.10

_1password-gui: 0.9.9-3 -> 0.9.10-5
This commit is contained in:
Sandro 2021-01-26 19:37:03 +01:00 committed by GitHub
commit bacfe1b230
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.9-3";
version = "0.9.10-5";
src = fetchurl {
url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage";
hash = "sha256-REuES0yTjTsBHapmj1YLCTIq2cIVtr7Z8ZiEgMCrwrs=";
hash = "sha256-eHQZjR3KUQ6SuacKwtV/5hAB0WxoJYulKU4LRn8hlmk=";
};
nativeBuildInputs = [ makeWrapper ];