Unverified Commit 77ee39a4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #244294 from r-ryantm/auto-update/trealla

trealla: 2.22.11 -> 2.22.17
parents 8c091780 3675a26b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@
assert lib.elem lineEditingLibrary [ "isocline" "readline" ];
stdenv.mkDerivation (finalAttrs: {
  pname = "trealla";
  version = "2.22.11";
  version = "2.22.17";

  src = fetchFromGitHub {
    owner = "trealla-prolog";
    repo = "trealla";
    rev = "v${finalAttrs.version}";
    hash = "sha256-w91mVdTVXWCAtY0eFyYVxrSKydiqHgsbkl+MQxHt13E=";
    hash = "sha256-TUay32EzVzV2nlDYZgF5pAhnQNk7d8JbgAUHheNSpzo=";
  };

  postPatch = ''