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

trealla: 2.52.6 -> 2.52.9
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-24 21:07:05 +00:00 committed by GitHub
commit f84f0954f5
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.6";
version = "2.52.9";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-JTyXpaoHpf10fUNxx+qllhS0D9rfOP64BpjLQ9bob8k=";
hash = "sha256-fehgNWCH/c0wbnlTpydA9K8FPnvSFpcwum1ThngikGY=";
};
postPatch = ''