trealla: 2.50.0 -> 2.52.6

This commit is contained in:
Anderson Torres 2024-05-19 18:02:29 -03:00
parent 8b06c4793b
commit 3331d1ec26

View File

@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
]; ];
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "trealla"; pname = "trealla";
version = "2.50.0"; version = "2.52.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "trealla-prolog"; owner = "trealla-prolog";
repo = "trealla"; repo = "trealla";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-DRYD5itgwGxojJMt1Pz1dUzvQTlm3OohQqgbdoA2ZJI="; hash = "sha256-JTyXpaoHpf10fUNxx+qllhS0D9rfOP64BpjLQ9bob8k=";
}; };
postPatch = '' postPatch = ''