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

ausweisapp: 2.1.0 -> 2.1.1
This commit is contained in:
Pascal Wittmann 2024-04-10 19:32:58 +02:00 committed by GitHub
commit 7a8dac5cdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ausweisapp"; pname = "ausweisapp";
version = "2.1.0"; version = "2.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Governikus"; owner = "Governikus";
repo = "AusweisApp2"; repo = "AusweisApp2";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-wgVu5Yr65Gu1z5SEWy5l4B6UiI5bIobBfZLhL7s+SRE="; hash = "sha256-YRRm8/yDwQIUjzqYzlqij8h2ri39Q7L8jVh5fgrZbGs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [