nitrokey-app2: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-07-28 08:20:17 +00:00
parent c135d5e191
commit 3dda8c7f45

View File

@ -9,7 +9,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "nitrokey-app2";
version = "2.3.0";
version = "2.3.1";
pyproject = true;
disabled = python3.pythonOlder "3.9";
@ -17,8 +17,8 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "Nitrokey";
repo = "nitrokey-app2";
rev = "v${version}";
hash = "sha256-BSq3ezNt6btQUO1hMVw9bN3VCyUOUhfRFJcHDGkIm6Q=";
rev = "refs/tags/v${version}";
hash = "sha256-A/HGMFgYaxgJApR3LQfFuBD5B0A3GGBeoTT5brp/UAs=";
};
nativeBuildInputs = with python3.pkgs; [