AusweisApp2: 1.26.2 -> 1.26.3

https://github.com/Governikus/AusweisApp2/releases/tag/1.26.3
This commit is contained in:
kilianar 2023-03-09 19:05:40 +01:00
parent 6169ccb87d
commit 571144ff89

View file

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "AusweisApp2";
version = "1.26.2";
version = "1.26.3";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
hash = "sha256-jN4xKgdNO+LyDy+ySM13M5YCaijDq8zAxS+x4Io1ThE=";
hash = "sha256-YI9/rMoe5Waw2e/tObvu+wi9dkmhEoG9v3ZQzkn4QH4=";
};
nativeBuildInputs = [ cmake pkg-config ];