fido2-manage: 0-unstable-2024-09-24 -> 0-unstable-2024-11-22

This commit is contained in:
Srylax 2024-11-25 13:27:07 +01:00
parent f6d9b1683f
commit ce9f5acf5e
No known key found for this signature in database

View File

@ -30,13 +30,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fido2-manage"; pname = "fido2-manage";
version = "0-unstable-2024-09-24"; version = "0-unstable-2024-11-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "token2"; owner = "token2";
repo = "fido2-manage"; repo = "fido2-manage";
rev = "6aef9ceccdf7bcc60a9298e51a4db633256925df"; rev = "2c14b222a432e34750bb3929c620bbdffd1c75be";
hash = "sha256-rXTL6wpdvCifakmxH14wBLbhTptNYNFGEPskpUy3IjA="; hash = "sha256-xdElYXx+F2XCP5zsbRTmTRyHKGnEt97jNRrQM0Oab5E=";
}; };
icon = fetchurl { icon = fetchurl {
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
''; '';
desktopItems = lib.optionals stdenv.hostPlatform.isLinux [ desktopItems = lib.optionals stdenv.hostPlatform.isLinux [
(makeDesktopItem rec { (makeDesktopItem {
desktopName = "Fido2 Manager"; desktopName = "Fido2 Manager";
name = "fido2-manage"; name = "fido2-manage";
exec = "fido2-manage-gui"; exec = "fido2-manage-gui";