authy: 1.8.4 -> 1.9.0

conduit-nginx
Mrinal Purohit 2021-10-20 13:02:02 +05:30 committed by Jonathan Ringer
parent 3ef1d2a960
commit 7d50f4ece8
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ in
stdenv.mkDerivation rec {
pname = "authy";
version = "1.8.4";
rev = "6";
version = "1.9.0";
rev = "7";
buildInputs = [
alsa-lib
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_${rev}.snap";
sha256 = "07h4mgp229nlvw9ifiiyzph26aa61w4x4f1xya8vw580blrk1ph9";
sha256 = "10az47cc3lgsdi0ixmmna08nqf9xm7gsl1ph00wfwrxzsi05ygx3";
};
nativeBuildInputs = [ autoPatchelfHook makeWrapper squashfsTools ];