summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2023-01-20 15:18:52 +0100
committerGitHub <noreply@github.com>2023-01-20 15:18:52 +0100
commit391ae899debee4711bf8e15860874c7bc5bd7b24 (patch)
tree199f19d7133846892b85eb58acf573aad19d5ca3
parent9424ce8b06c42ca8378f2ae0d912df2571123ecb (diff)
parent7f0dea39c874c3e191273105cd3902c8a92c5868 (diff)
Merge pull request #205481 from SFrijters/authy-2.2.2
authy: 2.2.1 -> 2.2.2
-rw-r--r--pkgs/applications/misc/authy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/authy/default.nix b/pkgs/applications/misc/authy/default.nix
index 2b6cd7049a5c..e5514f736cd2 100644
--- a/pkgs/applications/misc/authy/default.nix
+++ b/pkgs/applications/misc/authy/default.nix
@@ -10,12 +10,12 @@
stdenv.mkDerivation rec {
pname = "authy";
# curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/authy?channel=stable' | jq '.download_url,.version'
- version = "2.2.1";
- rev = "11";
+ version = "2.2.2";
+ rev = "12";
src = fetchurl {
url = "https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_${rev}.snap";
- sha256 = "sha256-/a0pMXVd7mEp7oaN2mBIJv5uOv1zQ3gvfgiz1XL9ZmM=";
+ sha256 = "sha256-vSbqT2s5lLEU1SSDaC+sS6qt446iSKYUgKudO5WMOu4=";
};
nativeBuildInputs = [ autoPatchelfHook makeWrapper squashfsTools ];