yubioath-desktop: 4.3.4 -> 4.3.6

This commit is contained in:
Will Dietz 2019-05-29 18:49:34 -05:00
parent d07364d651
commit 73466a5e42
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

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;