AusweisApp2: 1.26.1 -> 1.26.2

https://github.com/Governikus/AusweisApp2/releases/tag/1.26.2
This commit is contained in:
kilianar 2023-01-19 22:32:42 +01:00
parent 3c75992f01
commit ac5c59f0b2

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 ];