Merge pull request #211657 from kilianar/AusweisApp2-1.26.2

AusweisApp2: 1.26.1 -> 1.26.2
This commit is contained in:
Nick Cao 2023-01-25 08:24:57 +08:00 committed by GitHub
commit c5f7e1ea44
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.26.1";
version = "1.26.2";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-Q+ZWnbYH80FMazKB1iSTh9cuYvuPom+qDjMZvC1gUoY=";
hash = "sha256-jN4xKgdNO+LyDy+ySM13M5YCaijDq8zAxS+x4Io1ThE=";
};
nativeBuildInputs = [ cmake pkg-config ];