trealla: 2.52.15 -> 2.52.18

This commit is contained in:
R. Ryantm 2024-06-05 23:23:48 +00:00 committed by Weijia Wang
parent 63f559ca65
commit 9a2538136c

View File

@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
];
stdenv.mkDerivation (finalAttrs: {
pname = "trealla";
version = "2.52.15";
version = "2.52.18";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-Ej3YmPMBwCZGdYVmz5Ni+0EUN4TZ2VA4nKH6ovgeOPc=";
hash = "sha256-ai1z/Y3KuQUnRhWduuZfnPdz+vc1VS24Wih/CFnuCtk=";
};
postPatch = ''