Skip to content

Commit

Permalink
AusweisApp2: 1.22.4 -> 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 22, 2022
1 parent f53f90b commit 0d8a324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/ausweisapp2/default.nix
Expand Up @@ -3,13 +3,13 @@

mkDerivation rec {
pname = "AusweisApp2";
version = "1.22.4";
version = "1.22.5";

src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-Mms7Vibq1Rlb2XbxiV4o1UsjDRJcwG5ZZdPOWHjnW2A=";
sha256 = "sha256-EuHg8JrI6ZoyTXqD3v4cfk4/NovAj4fF2NY1V2ZF64c=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit 0d8a324

Please sign in to comment.