fish-irssi: unstable-2021-04-16 -> unstable-2023-08-05

This commit is contained in:
Andrew Zah
2025-10-20 02:44:04 +09:00
parent 2148f2908a
commit 51f26c975c

View File

@@ -8,16 +8,15 @@
openssl, openssl,
irssi, irssi,
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "fish-irssi"; pname = "fish-irssi";
version = "unstable-2021-04-16"; version = "unstable-2023-08-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "falsovsky"; owner = "falsovsky";
repo = "FiSH-irssi"; repo = "FiSH-irssi";
rev = "fcc484f09ce6941ba2e499605270593ddd13b81a"; rev = "75f754fbcc3c68a078d23ae3e2baab71acc8ed9b";
hash = "sha256-KIPnz17a0CFfoPO2dZz90j+wG/dR4pv5d0iZMRf7Vkc="; hash = "sha256-fFu0E9uLQXPYrbBjEneXSEKm2uipwRE4A3D54XYLczE=";
}; };
patches = [ ./irssi-include-dir.patch ]; patches = [ ./irssi-include-dir.patch ];