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

_1password-gui: 0.8.10 -> 0.9.0
This commit is contained in:
Daniël de Kok 2020-10-22 20:45:25 +02:00 committed by GitHub
commit 26d0e6bc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@ in
stdenv.mkDerivation rec {
pname = "1password";
version = "0.8.10";
version = "0.9.0";
src = fetchurl {
url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage";
sha256 = "0jxq7gc1m2flv3wr055bkwhfh73c2cdpspg437dv4yvfvjqsk7mm";
sha256 = "109jsls4515y78zhhsxqlgms30i5rzhi60p3b9wx6y8v0iq331wp";
};
nativeBuildInputs = [ makeWrapper ];