i3: 4.24 -> 4.25.1

This commit is contained in:
Cameron Brown
2026-05-31 11:23:46 -04:00
parent 13264ee033
commit f42c7fa7e6

View File

@@ -39,13 +39,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "i3";
version = "4.24";
version = "4.25.1";
src = fetchFromGitHub {
owner = "i3";
repo = "i3";
tag = finalAttrs.version;
hash = "sha256-2tuhfB/SMN+osCBfZtw/yDPhNNEhBH4Qo6dexpqVWYk=";
hash = "sha256-gXm0jzRAHXnjEfmUtlB+Pr/ZNNuZVRk6KWBCxRNDneU=";
};
nativeBuildInputs = [
@@ -91,13 +91,6 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
patchShebangs .
# This testcase generates a Perl executable file with a shebang, and
# patchShebangs can't replace a shebang in the middle of a file.
if [ -f testcases/t/318-i3-dmenu-desktop.t ]; then
substituteInPlace testcases/t/318-i3-dmenu-desktop.t \
--replace-fail "#!/usr/bin/env perl" "#!${lib.getExe perl}"
fi
'';
# xvfb-run is available only on Linux