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

trealla: 2.53.48 -> 2.55.3
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-23 20:35:23 +00:00 committed by GitHub
commit 4c94889155
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.53.48";
version = "2.55.3";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-yxx4Mi1CrgFWIWbRq2wsNs6D7OL1OkeA4QyTYf158aU=";
hash = "sha256-a/CaeSJMHecJ6OVsodzSrINs8dsrFoDAUMy/T/Xkt7U=";
};
postPatch = ''