1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

AusweisApp2: 1.24.1 -> 1.24.2

https://github.com/Governikus/AusweisApp2/releases/tag/1.24.2
This commit is contained in:
kilianar 2022-09-06 14:44:52 +02:00
parent 3dc837ee47
commit 812ec843c3

View file

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "AusweisApp2";
version = "1.24.1";
version = "1.24.2";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-Uoi12odfJGyNc8Ap7E/zm4xklYdPPQvCGNxjb9AWJOI=";
sha256 = "sha256-p38zcTFbCyImiGVCr5o/QQ6BT8U2SMiHeYE3aTNYpJs=";
};
nativeBuildInputs = [ cmake pkg-config ];