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

trealla: 2.52.9 -> 2.52.15
This commit is contained in:
Ben Siraphob 2024-05-30 11:56:00 +07:00 committed by GitHub
commit 0aa9af066b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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