AusweisApp2: 1.24.3 -> 1.24.4

This commit is contained in:
R. Ryantm 2022-11-03 08:05:53 +00:00
parent 04da8dc6dd
commit d4cef640ca

View File

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