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

This commit is contained in:
Maciej Krüger 2022-02-18 09:01:18 +01:00 committed by GitHub
commit 6d5bbc7006
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.22.3";
version = "1.22.4";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-Zh1rWMdRXPj/+80Sqvp9cbV5sDrNVBebPRGTTWM1DLk=";
sha256 = "sha256-Mms7Vibq1Rlb2XbxiV4o1UsjDRJcwG5ZZdPOWHjnW2A=";
};
nativeBuildInputs = [ cmake pkg-config ];