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

AusweisApp2: 1.22.5 -> 1.22.7
This commit is contained in:
Bobby Rong 2022-06-09 21:37:15 +08:00 committed by GitHub
commit 1b3a480c0b
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.5";
version = "1.22.7";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-EuHg8JrI6ZoyTXqD3v4cfk4/NovAj4fF2NY1V2ZF64c=";
sha256 = "sha256-A6nWH/WqFxTEIfOQcTRluAX0ORMNiyxfC/XLC8fmbdI=";
};
nativeBuildInputs = [ cmake pkg-config ];