console-setup: 1.235 -> 1.236

This commit is contained in:
R. Ryantm 2025-04-09 18:14:05 +00:00
parent c55bcd5e79
commit 3f347ef116

View file

@ -12,14 +12,14 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "console-setup";
version = "1.235";
version = "1.236";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "console-setup";
tag = finalAttrs.version;
hash = "sha256-EGUPj5MesEhC+W6E+8Cute3HtpurwZk0TlcLBReepvI=";
hash = "sha256-b7ck48wRPga/ugCVbPCKRSRrpawIJCsEV1kbNeXDIHk=";
};
buildInputs = [