Skip to content

Commit

Permalink
trealla: 2.60.18 -> 2.62.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 11, 2024
1 parent 21e39e9 commit 44e6cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/tr/trealla/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 44e6cfa

Please sign in to comment.