Unverified Commit 0d23fc90 authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

trealla: 2.86.10 -> 2.87.5 (#472262)

parents 5aa2675c c1a6f08f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
];
stdenv.mkDerivation (finalAttrs: {
  pname = "trealla";
  version = "2.86.10";
  version = "2.87.5";

  src = fetchFromGitHub {
    owner = "trealla-prolog";
    repo = "trealla";
    rev = "v${finalAttrs.version}";
    hash = "sha256-R/eaDkP3uQcaGMWfECyWpWeMoSBukXLrG6t+NT2bO50=";
    hash = "sha256-0lsDNXdZTmhH+rODGi4qVjX8dQNypkiVnqGoYvENbQM=";
  };

  postPatch = ''