Commit 83c8a598 authored by R. RyanTM's avatar R. RyanTM
Browse files

nitrokey-app2: 2.4.3 -> 2.5.2

parent c4af5cca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [