From 7d50f4ece8641649ed3323577e78474b68eb73e8 Mon Sep 17 00:00:00 2001 From: Mrinal Purohit Date: Wed, 20 Oct 2021 13:02:02 +0530 Subject: [PATCH] authy: 1.8.4 -> 1.9.0 --- pkgs/applications/misc/authy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/authy/default.nix b/pkgs/applications/misc/authy/default.nix index f242794bff7..70a5075ae6b 100644 --- a/pkgs/applications/misc/authy/default.nix +++ b/pkgs/applications/misc/authy/default.nix @@ -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 ];