1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

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

Changes:
https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.10
This commit is contained in:
Daniël de Kok 2021-01-26 18:07:47 +01:00
parent 1d0d9d26c6
commit 01776be3a8

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 ];