2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 21:58:16 +00:00

trealla: 2.60.18 -> 2.62.1

This commit is contained in:
R. Ryantm 2024-12-11 22:01:40 +00:00
parent 21e39e915f
commit 44e6cfa5d0

View File

@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
];
stdenv.mkDerivation (finalAttrs: {
pname = "trealla";
version = "2.60.18";
version = "2.62.1";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-ajTEagfMWiwJYZ1spKeamyeB1Rc7SeORUSWZO0fg408=";
hash = "sha256-0R9Vfjo4/tC6Wh4YSQdv4BG5hMD9ZI/rjrbg1/LX5k8=";
};
postPatch = ''