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

ausweisapp: 2.1.0 -> 2.1.1

authored by Pascal Wittmann and committed by GitHub 7a8dac5c 0137095b

+2 -2
+2 -2
pkgs/applications/misc/ausweisapp/default.nix
··· 15 15 }: 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "ausweisapp"; 18 - version = "2.1.0"; 18 + version = "2.1.1"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "Governikus"; 22 22 repo = "AusweisApp2"; 23 23 rev = finalAttrs.version; 24 - hash = "sha256-wgVu5Yr65Gu1z5SEWy5l4B6UiI5bIobBfZLhL7s+SRE="; 24 + hash = "sha256-YRRm8/yDwQIUjzqYzlqij8h2ri39Q7L8jVh5fgrZbGs="; 25 25 }; 26 26 27 27 nativeBuildInputs = [