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

AusweisApp2: 1.24.2 -> 1.24.3
This commit is contained in:
Christian Kögler
2022-10-31 22:05:57 +01:00
committed by GitHub
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "AusweisApp2";
version = "1.24.2";
version = "1.24.3";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-p38zcTFbCyImiGVCr5o/QQ6BT8U2SMiHeYE3aTNYpJs=";
sha256 = "sha256-zwAmMj9Px27e/xJPAsOUh4saCZNQYBdse0bcZu8M3xA=";
};
nativeBuildInputs = [ cmake pkg-config ];