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

AusweisApp2: 1.22.0 -> 1.22.1
This commit is contained in:
Artturi 2021-08-08 06:26:27 +03:00 committed by GitHub
commit ed08064b21
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.0";
version = "1.22.1";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "00isb8xcbm419nvxx2ri0n8x5d403733h2whjqjcd3hmpx3x4q1h";
sha256 = "sha256-fl/3mdVNqnoGfOEMOBWHGhtw9rEBUcrboS7hUNPGO8I=";
};
nativeBuildInputs = [ cmake pkg-config ];