Skip to content

Commit

Permalink
trealla: 2.55.41 -> 2.56.15 (NixOS#343224)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] committed Sep 20, 2024
2 parents de184ab + e33d45f commit 5ed5730
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.55.41";
version = "2.56.15";

src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-T1FE8CZNOk3FKnykEwgEhScu6aNbcd5BQlXZOaAxjEo=";
hash = "sha256-PpFZvUyRBOhQuXvnMnaqYgrxPh4owWpv9Y8SHEIu9ck=";
};

postPatch = ''
Expand Down

0 comments on commit 5ed5730

Please sign in to comment.