Skip to content

Commit

Permalink
canokey-qemu: unstable-2022-06-23 -> 0-unstable-2023-06-06
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed May 16, 2024
1 parent 3340b56 commit 11dd592
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/applications/virtualization/qemu/canokey-qemu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
stdenv,
fetchFromGitHub,
cmake,
unstableGitUpdater,
}:
stdenv.mkDerivation rec {
pname = "canokey-qemu";
version = "unstable-2022-06-23";
rev = "b70af31229f1858089c3366f71b8d771de4a1e84";
version = "0-unstable-2023-06-06";
rev = "151568c34f5e92b086b7a3a62a11c43dd39f628b";

src = fetchFromGitHub {
owner = "canokeys";
repo = "canokey-qemu";
inherit rev;
fetchSubmodules = true;
hash = "sha256-VJb59K/skx+DhoJs5qGUu070hAjQZC2Z6hAMXuX0bMw=";
hash = "sha256-4V/2UOgGWgL+tFJO/k90bCDjWSVyIpxw3nYi9NU/OxA=";
};

postPatch = ''
Expand All @@ -26,6 +27,8 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ cmake ];

passthru.updateScript = unstableGitUpdater { };

meta = with lib; {
homepage = "https://github.com/canokeys/canokey-qemu";
description = "CanoKey QEMU Virt Card";
Expand Down

0 comments on commit 11dd592

Please sign in to comment.