Unverified Commit 8a6e70a1 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #251476 from atorres1985-contrib/trealla

trealla: 2.24.21 -> 2.25.2
parents 33c36b30 29104869
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
assert lib.elem lineEditingLibrary [ "isocline" "readline" ];
stdenv.mkDerivation (finalAttrs: {
  pname = "trealla";
  version = "2.24.21";
  version = "2.25.2";

  src = fetchFromGitHub {
    owner = "trealla-prolog";
    repo = "trealla";
    rev = "v${finalAttrs.version}";
    hash = "sha256-zpHdZiDtNcQko+gn92fiGWSvYT4aQ4t6nYFwf6zu0cA=";
    hash = "sha256-3NBrJFSTcjftvTYn26SMeU2HtR81J2qlDAwAZRdis4M=";
  };

  postPatch = ''