Merge pull request #199309 from r-ryantm/auto-update/AusweisApp2

AusweisApp2: 1.24.3 -> 1.24.4
This commit is contained in:
markuskowa 2022-11-03 20:19:44 +01:00 committed by GitHub
commit 1397a64599
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.3";
version = "1.24.4";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-zwAmMj9Px27e/xJPAsOUh4saCZNQYBdse0bcZu8M3xA=";
sha256 = "sha256-YO0K8L03n/KQcINRKwls8BxG8nv5k3Myd95AU8agigI=";
};
nativeBuildInputs = [ cmake pkg-config ];