ausweisapp: 2.5.3 -> 2.5.4 (#542208)

This commit is contained in:
Peder Bergebakken Sundt
2026-08-01 22:07:14 +00:00
committed by GitHub

View File

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