ausweisapp: 2.2.0 -> 2.2.1

https://github.com/Governikus/AusweisApp/releases/tag/2.2.1
This commit is contained in:
kilianar
2024-09-11 12:13:02 +02:00
parent 2eeebc0d5d
commit c53aaf81ca
@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ausweisapp";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = finalAttrs.version;
hash = "sha256-YOsKAWc6z39OPzc4eWc/9RhRoOD+J5xHve4Low1UX+Q=";
hash = "sha256-+hkbtxw1Bj/lMgyf3OkwmRXyZL6CS3bTHUlGH9xxe/E=";
};
nativeBuildInputs = [