AusweisApp2: 1.22.5 -> 1.22.7

This commit is contained in:
R. Ryantm 2022-05-25 05:09:49 +00:00
parent e23890fd99
commit 2c2c558e43

View file

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "AusweisApp2";
version = "1.22.5";
version = "1.22.7";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = version;
sha256 = "sha256-EuHg8JrI6ZoyTXqD3v4cfk4/NovAj4fF2NY1V2ZF64c=";
sha256 = "sha256-A6nWH/WqFxTEIfOQcTRluAX0ORMNiyxfC/XLC8fmbdI=";
};
nativeBuildInputs = [ cmake pkg-config ];