trealla: 2.40.0 -> 2.50.0

This commit is contained in:
Anderson Torres 2024-05-19 17:54:00 -03:00
parent 406af3f789
commit 8b06c4793b

View File

@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
];
stdenv.mkDerivation (finalAttrs: {
pname = "trealla";
version = "2.40.0";
version = "2.50.0";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-gFFgmvahHHONNTSELMTiPRHo9YXGHw+CjQUfrah4NzQ=";
hash = "sha256-DRYD5itgwGxojJMt1Pz1dUzvQTlm3OohQqgbdoA2ZJI=";
};
postPatch = ''