nitrokey-app2: 2.4.3 -> 2.5.2

This commit is contained in:
R. Ryantm
2026-01-30 18:13:44 +00:00
parent c4af5cca82
commit 83c8a59862
@@ -22,14 +22,14 @@ in
buildPythonApplication rec {
pname = "nitrokey-app2";
version = "2.4.3";
version = "2.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Nitrokey";
repo = "nitrokey-app2";
tag = "v${version}";
hash = "sha256-mwcYjkyEP2itwdQ/xAG50uvw6zHfUacAecbDh86GNGA=";
hash = "sha256-HkGdu8A8xpZheO+2NcKkTPXZGln28CnhRQzdpwRUlRE=";
};
nativeBuildInputs = [