Unverified Commit aca73e4a authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

nitrokey-app2: 2.4.3 -> 2.5.2 (#485424)

parents b3bc6e8c 83c8a598
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 = [