fido2-manage: 0-unstable-2024-11-22 → 0-unstable-2025-06-06

This commit is contained in:
nicoo 2025-06-26 11:44:01 +00:00
parent b5fff5ace3
commit 7c40b26d20

View File

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fido2-manage";
version = "0-unstable-2024-11-22";
version = "0-unstable-2025-06-06";
src = fetchFromGitHub {
owner = "token2";
repo = "fido2-manage";
rev = "2c14b222a432e34750bb3929c620bbdffd1c75be";
hash = "sha256-xdElYXx+F2XCP5zsbRTmTRyHKGnEt97jNRrQM0Oab5E=";
rev = "4fc6a4e0d905dcc2a7bfee70232a0398e9e4b45d";
hash = "sha256-olkEUHJ350FIMUlWG37wqSfO2wyYni4CYspwa4lAO5w=";
};
icon = fetchurl {