Unverified Commit e32661f7 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

fish-irssi: unstable-2021-04-16 -> unstable-2023-08-05 (#453573)

parents dd53d078 51f26c97
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -8,16 +8,15 @@
  openssl,
  irssi,
}:

stdenv.mkDerivation {
  pname = "fish-irssi";
  version = "unstable-2021-04-16";
  version = "unstable-2023-08-05";

  src = fetchFromGitHub {
    owner = "falsovsky";
    repo = "FiSH-irssi";
    rev = "fcc484f09ce6941ba2e499605270593ddd13b81a";
    hash = "sha256-KIPnz17a0CFfoPO2dZz90j+wG/dR4pv5d0iZMRf7Vkc=";
    rev = "75f754fbcc3c68a078d23ae3e2baab71acc8ed9b";
    hash = "sha256-fFu0E9uLQXPYrbBjEneXSEKm2uipwRE4A3D54XYLczE=";
  };

  patches = [ ./irssi-include-dir.patch ];