Merge pull request #190002 from kilianar/AusweisApp2-1.24.2

This commit is contained in:
Sandro
2022-09-10 23:20:36 +02:00
committed by GitHub
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "AusweisApp2";
version = "1.24.1";
version = "1.24.2";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-Uoi12odfJGyNc8Ap7E/zm4xklYdPPQvCGNxjb9AWJOI=";
sha256 = "sha256-p38zcTFbCyImiGVCr5o/QQ6BT8U2SMiHeYE3aTNYpJs=";
};
nativeBuildInputs = [ cmake pkg-config ];