Unverified Commit 832ed096 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

re-isearch: 2.20220925.4.0a-unstable-2026-01-14 -> 2.20220925.4.0a-unstable-2026-02-06 (#488463)

parents 84f05e58 da09c90f
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-2026-01-14";
  version = "2.20220925.4.0a-unstable-2026-02-06";

  src = fetchFromGitHub {
    owner = "re-Isearch";
    repo = "re-Isearch";
    rev = "304fa432f4f364c96e99e12f362d8c1f4c02db08";
    hash = "sha256-B8fjW9ulGgoU7nZerv893PV6Blnq/Nyj2YYZBsu+Tf8=";
    rev = "4295a8c6716d63d04738c5a6486914b51e3b6dcd";
    hash = "sha256-rQoF4HTtdQQEj86g2g2MRJdwwlLNTUpunP9+f1IZOzg=";
  };

  patches = [