Unverified Commit 918d8312 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

trealla: 2.63.40 -> 2.64.4 (#388998)

parents 5d87f7dc 6b593f66
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.63.40";
  version = "2.64.4";

  src = fetchFromGitHub {
    owner = "trealla-prolog";
    repo = "trealla";
    rev = "v${finalAttrs.version}";
    hash = "sha256-nBcvXU5TQ+5A0v9zzh7H5yDVKj6FR9PxFMQsMVfYHHs=";
    hash = "sha256-BvDR0hLKxJ5XEcIRrH9fdONam5JAjAwWbfrZogiNq5U=";
  };

  postPatch = ''