Merge pull request #330598 from r-ryantm/auto-update/nitrokey-app2

nitrokey-app2: 2.3.0 -> 2.3.1
This commit is contained in:
Nick Cao 2024-07-29 15:40:38 -04:00 committed by GitHub
commit c7b5f486d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [