Unverified Commit 2b9b61bc authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

re-isearch: 2.20220925.4.0a-unstable-2025-11-05 -> 2.20220925.4.0a-unstable-2025-11-11 (#462143)

parents 8ba238a9 b1ee2438
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation {
  pname = "re-Isearch";
  version = "2.20220925.4.0a-unstable-2025-11-05";
  version = "2.20220925.4.0a-unstable-2025-11-11";

  src = fetchFromGitHub {
    owner = "re-Isearch";
    repo = "re-Isearch";
    rev = "4c1afb365ded2fc181d11f67a9aa4a6984990afd";
    hash = "sha256-4sL5+V37MHnxNivl6sJBvp4NjtqOHmiftIsBCsz4tv8=";
    rev = "3a199894329f426651954c3a3ae17bdd45992b7f";
    hash = "sha256-/KXWwZXyAKhJ3ss08RDrB2QW4IgXGQ3DJhVYB+sCW80=";
  };

  patches = [