trealla: 2.55.22 -> 2.55.25

This commit is contained in:
R. Ryantm 2024-08-26 19:34:16 +00:00
parent acb4534ff5
commit a48228d5bb

View File

@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
]; ];
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "trealla"; pname = "trealla";
version = "2.55.22"; version = "2.55.25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "trealla-prolog"; owner = "trealla-prolog";
repo = "trealla"; repo = "trealla";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-qrOVirSJKLF3fzUoD5lxxtj0Uv67WgxEsdG/GNVLZvk="; hash = "sha256-SQ80jT8uMOaQVr9ZmrV6IYbMMdNIcdxEJ2czsRHP2XI=";
}; };
postPatch = '' postPatch = ''