AusweisApp2: 1.24.4 -> 1.26.1

https://github.com/Governikus/AusweisApp2/releases/tag/1.26.1
This commit is contained in:
kilianar 2022-12-15 14:16:08 +01:00
parent fc9bff20b4
commit 52502e2669

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "AusweisApp2";
version = "1.24.4";
version = "1.26.1";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-YO0K8L03n/KQcINRKwls8BxG8nv5k3Myd95AU8agigI=";
sha256 = "sha256-Q+ZWnbYH80FMazKB1iSTh9cuYvuPom+qDjMZvC1gUoY=";
};
nativeBuildInputs = [ cmake pkg-config ];