about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2022-07-29 14:19:37 -0400
committerGitHub <noreply@github.com>2022-07-29 14:19:37 -0400
commit7ba7c10881752016289178d30343872806cbecbc (patch)
tree0d2316af656f0bda79c4f5d7b4588d900feb6355 /pkgs/applications
parentaf53cf1d262e387135b2ab485643d11a3c57d97f (diff)
parent7dfbc0625599135f2f544c43e7ffa77fdb6a9490 (diff)
Merge pull request #183249 from iAmMrinal0/update/authy
authy: 2.2.0 -> 2.2.1
Diffstat (limited to 'pkgs/applications')
-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 ca243f4437071..2b6cd7049a5ce 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.0";
-  rev = "10";
+  version = "2.2.1";
+  rev = "11";
 
   src = fetchurl {
     url = "https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_${rev}.snap";
-    sha256 = "sha256-sB9/fVV/qp+DfjxpvzIUHsLkeEu35i2rEv1/JYMytG8=";
+    sha256 = "sha256-/a0pMXVd7mEp7oaN2mBIJv5uOv1zQ3gvfgiz1XL9ZmM=";
   };
 
   nativeBuildInputs = [ autoPatchelfHook makeWrapper squashfsTools ];