Skip to content

Commit

Permalink
fido2-manage: 0-unstable-2024-09-24 -> 0-unstable-2024-11-22
Browse files Browse the repository at this point in the history
  • Loading branch information
Srylax committed Nov 25, 2024
1 parent f6d9b16 commit ce9f5ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/fi/fido2-manage/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fido2-manage";
version = "0-unstable-2024-09-24";
version = "0-unstable-2024-11-22";

src = fetchFromGitHub {
owner = "token2";
repo = "fido2-manage";
rev = "6aef9ceccdf7bcc60a9298e51a4db633256925df";
hash = "sha256-rXTL6wpdvCifakmxH14wBLbhTptNYNFGEPskpUy3IjA=";
rev = "2c14b222a432e34750bb3929c620bbdffd1c75be";
hash = "sha256-xdElYXx+F2XCP5zsbRTmTRyHKGnEt97jNRrQM0Oab5E=";
};

icon = fetchurl {
Expand Down Expand Up @@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
'';

desktopItems = lib.optionals stdenv.hostPlatform.isLinux [
(makeDesktopItem rec {
(makeDesktopItem {
desktopName = "Fido2 Manager";
name = "fido2-manage";
exec = "fido2-manage-gui";
Expand Down

0 comments on commit ce9f5ac

Please sign in to comment.