Skip to content

Commit

Permalink
trealla: 2.56.19 -> 2.57.1 (#347190)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 8, 2024
2 parents 15ac3b4 + 0ad3cfc commit 13a9642
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.56.19";
version = "2.57.1";

src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-B2IJU/dtPNUfDC3lFvS4J0zHf1hceoX9YEbyxVYgMt0=";
hash = "sha256-hn5BaJNIxGhY6KlHPyy6WaOVoPY+1yQ05z/7u/xqDsU=";
};

postPatch = ''
Expand Down

0 comments on commit 13a9642

Please sign in to comment.