ausweisapp: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2024-01-12 20:13:49 +00:00
parent 032116f435
commit cbe1e1f97f

View File

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ausweisapp";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = finalAttrs.version;
hash = "sha256-RUjc4KqyKZXBW+CMaRhKsbwVzmWw6/QHNK+RpBd7Gxw=";
hash = "sha256-m+GZkaJyuqErsvkUXi+uAsrMXHyQg9Vd77ZkfGxMqg4=";
};
nativeBuildInputs = [