Skip to content

Commit

Permalink
nitrokey-app2: 2.3.2 -> 2.3.3
Browse files Browse the repository at this point in the history
https://github.com/Nitrokey/nitrokey-app2/releases/tag/v2.3.3

Co-authored-by: Nicolas Benes <[email protected]>
(cherry picked from commit 2da12d7)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 18, 2024
1 parent 2b50b61 commit 1d3e5c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/tools/security/nitrokey-app2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

python3.pkgs.buildPythonApplication rec {
pname = "nitrokey-app2";
version = "2.3.2";
version = "2.3.3";
pyproject = true;

disabled = python3.pythonOlder "3.9";

src = fetchFromGitHub {
owner = "Nitrokey";
repo = "nitrokey-app2";
rev = "refs/tags/v${version}";
hash = "sha256-ekVf9ZuLqx7SuiD21iV5c60r7E8kk4jKoYM/T02ETrI=";
tag = "v${version}";
hash = "sha256-BbgP4V0cIctY/oR4/1r1MprkIn+5oyHeFiOQQQ71mNU=";
};

nativeBuildInputs = with python3.pkgs; [
Expand All @@ -34,7 +34,6 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
nitrokey
pyside6
qt-material
usb-monitor
];

Expand Down

0 comments on commit 1d3e5c1

Please sign in to comment.