Skip to content

Commit

Permalink
trealla: 2.29.36 -> 2.30.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and AndersonTorres committed Nov 15, 2023
1 parent 059727c commit d27d373
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 @@ -17,13 +17,13 @@
assert lib.elem lineEditingLibrary [ "isocline" "readline" ];
stdenv.mkDerivation (finalAttrs: {
pname = "trealla";
version = "2.29.36";
version = "2.30.7";

src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-tQp2DOBW71Wm1aQqspW9tuH8aM8ir+ilZiENdElB/+0=";
hash = "sha256-W0hcIeWbgORWBYuNbVJRA8NNnuBEG8HMLeVBxXtd2VQ=";
};

postPatch = ''
Expand Down

0 comments on commit d27d373

Please sign in to comment.