authy: 1.8.3 -> 1.8.4

This commit is contained in:
Mrinal Purohit 2021-07-28 04:45:34 +05:30
parent 16b7e4900e
commit 9a43210e4f

View file

@ -11,8 +11,8 @@ in
stdenv.mkDerivation rec {
pname = "authy";
version = "1.8.3";
rev = "5";
version = "1.8.4";
rev = "6";
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 = "1yfvkmy34mc1dan9am11yka88jv7a4dslsszy4kcc8vap4cjmgpn";
sha256 = "07h4mgp229nlvw9ifiiyzph26aa61w4x4f1xya8vw580blrk1ph9";
};
nativeBuildInputs = [ autoPatchelfHook makeWrapper squashfsTools ];