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

trealla: 2.52.15 -> 2.52.18
This commit is contained in:
Ben Siraphob
2024-06-12 09:18:30 +07:00
committed by GitHub
+2 -2
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 = ''