Merge pull request #206245 from kilianar/AusweisApp2-1.26.1

AusweisApp2: 1.24.4 -> 1.26.1
This commit is contained in:
ajs124 2023-01-09 22:53:03 +01:00 committed by GitHub
commit 32557e6fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "AusweisApp2";
version = "1.24.4";
version = "1.26.1";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-YO0K8L03n/KQcINRKwls8BxG8nv5k3Myd95AU8agigI=";
sha256 = "sha256-Q+ZWnbYH80FMazKB1iSTh9cuYvuPom+qDjMZvC1gUoY=";
};
nativeBuildInputs = [ cmake pkg-config ];