ausweisapp: 2.5.4 -> 2.5.5 (#552612)

This commit is contained in:
Sandro
2026-08-14 15:07:33 +00:00
committed by GitHub

View File

@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ausweisapp";
version = "2.5.4";
version = "2.5.5";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp";
rev = finalAttrs.version;
hash = "sha256-y9F/dQZHbUFDRZDpdGtNCjTIypS2l4XJLbUZHjliEDA=";
hash = "sha256-rxlJ2+IG0XmZ2Oyfk5n1TGDF76KhLahe8KvJ70QX5tQ=";
};
postPatch = ''