Skip to content

Commit

Permalink
trealla: 2.33.0 -> 2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Jan 24, 2024
1 parent 85dd909 commit 681c0c0
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.33.0";
version = "2.34.0";

src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-IMvxoDh7B/EgtzFwImzM81ps2WWxg6Z29ZhdEKocSFg=";
hash = "sha256-cqIiPeQO/M8MtpHRomN/fzxIq7TgUwZSvL3PFCVsEnY=";
};

postPatch = ''
Expand Down

0 comments on commit 681c0c0

Please sign in to comment.