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

trealla: 2.55.3 -> 2.55.15
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-05 22:38:48 +00:00 committed by GitHub
commit eb663e1dd8
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.55.3";
version = "2.55.15";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-a/CaeSJMHecJ6OVsodzSrINs8dsrFoDAUMy/T/Xkt7U=";
hash = "sha256-ndUyDL6358hYGStGPIaxzLccJhzXbnkRtoL30k5eDdk=";
};
postPatch = ''