authy: 1.9.0 -> 2.1.0
This commit is contained in:
parent
3db00085b5
commit
e6f5eec3f0
1 changed files with 30 additions and 7 deletions
|
@ -1,7 +1,29 @@
|
||||||
{ alsa-lib, at-spi2-atk, at-spi2-core, atk, autoPatchelfHook, cairo, cups
|
{ alsa-lib
|
||||||
, dbus, electron_9, expat, fetchurl, gdk-pixbuf, glib, gtk3, lib
|
, at-spi2-atk
|
||||||
, libappindicator-gtk3, libdbusmenu-gtk3, libuuid, makeWrapper
|
, at-spi2-core
|
||||||
, nspr, nss, pango, squashfsTools, stdenv, systemd, xorg
|
, atk
|
||||||
|
, autoPatchelfHook
|
||||||
|
, cairo
|
||||||
|
, cups
|
||||||
|
, dbus
|
||||||
|
, electron_9
|
||||||
|
, expat
|
||||||
|
, fetchurl
|
||||||
|
, gdk-pixbuf
|
||||||
|
, glib
|
||||||
|
, gtk3
|
||||||
|
, lib
|
||||||
|
, libappindicator-gtk3
|
||||||
|
, libdbusmenu-gtk3
|
||||||
|
, libuuid
|
||||||
|
, makeWrapper
|
||||||
|
, nspr
|
||||||
|
, nss
|
||||||
|
, pango
|
||||||
|
, squashfsTools
|
||||||
|
, stdenv
|
||||||
|
, systemd
|
||||||
|
, xorg
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -11,8 +33,9 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "authy";
|
pname = "authy";
|
||||||
version = "1.9.0";
|
# curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/authy?channel=stable' | jq '.download_url,.version'
|
||||||
rev = "7";
|
version = "2.1.0";
|
||||||
|
rev = "9";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsa-lib
|
alsa-lib
|
||||||
|
@ -50,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_${rev}.snap";
|
url = "https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_${rev}.snap";
|
||||||
sha256 = "10az47cc3lgsdi0ixmmna08nqf9xm7gsl1ph00wfwrxzsi05ygx3";
|
sha256 = "sha256-RxjxOYrbneVctyTJTMvoN/UdREohaZWb1kTdEeI6mUU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook makeWrapper squashfsTools ];
|
nativeBuildInputs = [ autoPatchelfHook makeWrapper squashfsTools ];
|
||||||
|
|
Loading…
Reference in a new issue