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

trealla: 2.84.16 -> 2.84.29 (#462311)

parents bd7b6638 7df5683d
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.84.16";
  version = "2.84.29";

  src = fetchFromGitHub {
    owner = "trealla-prolog";
    repo = "trealla";
    rev = "v${finalAttrs.version}";
    hash = "sha256-E2lbKPWy4KfBqAI+BC7pc0F/U4qf63nLGeIKmIfURX4=";
    hash = "sha256-RPkokiSlVHsXj98RbjRTOx1TS350epTd3DDVf4ObMMI=";
  };

  postPatch = ''