Merge pull request #89056 from r-ryantm/auto-update/yubioath-desktop

yubioath-desktop: 5.0.3 -> 5.0.4
This commit is contained in:
Jörg Thalheim 2020-05-28 00:32:40 +01:00 committed by GitHub
commit 893c64993a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
mkDerivation rec {
pname = "yubioath-desktop";
version = "5.0.3";
version = "5.0.4";
src = fetchurl {
url = "https://developers.yubico.com/yubioath-desktop/Releases/yubioath-desktop-${version}.tar.gz";
sha256 = "1g0jd7mmch6a6n8k5pp3w27qd5cijnvzk05lwraf0i96m68h7x1k";
sha256 = "1aw88xvg6gjsfwmmlcrdcgyycn2cp7b8vxjzj14h7igcj02xh84h";
};
doCheck = false;