Merge pull request #62242 from dtzWill/update/yubioath-desktop-4.3.6

yubioath-desktop: 4.3.4 -> 4.3.6
This commit is contained in:
Jörg Thalheim 2019-05-30 07:38:07 +01:00 committed by GitHub
commit 74bbd92e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "yubioath-desktop";
version = "4.3.4";
version = "4.3.6";
src = fetchurl {
url = "https://developers.yubico.com/yubioath-desktop/Releases/yubioath-desktop-${version}.tar.gz";
sha256 = "0hb7j71032sigs8zd5r8yr0m59sjkb24vhs2l4jarpvj8q7hv30d";
sha256 = "0s04anjbb5zm98kfdpp9hr68k3mx3gqlp8fa1miy7nq87pr4f7a5";
};
doCheck = false;