AusweisApp2: 1.22.7 -> 1.24.0

https://github.com/Governikus/AusweisApp2/releases/tag/1.24.0
This commit is contained in:
kilianar 2022-08-17 16:56:45 +02:00
parent f54555cecf
commit 07d0d5b704

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "AusweisApp2";
version = "1.22.7";
version = "1.24.0";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-A6nWH/WqFxTEIfOQcTRluAX0ORMNiyxfC/XLC8fmbdI=";
sha256 = "sha256-2yEUMD3FQ9JrecCnWSr0Fej4ngk7HVCZUgbRqmGbCK8=";
};
nativeBuildInputs = [ cmake pkg-config ];