Merge pull request #280571 from r-ryantm/auto-update/ausweisapp

ausweisapp: 2.0.1 -> 2.0.2
This commit is contained in:
Martin Weinelt 2024-01-14 15:50:59 +01:00 committed by GitHub
commit e71aeb0f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [