Skip to content

Commit

Permalink
Merge pull request NixOS#259188 from r-ryantm/auto-update/trealla
Browse files Browse the repository at this point in the history
trealla: 2.28.1 -> 2.28.12
  • Loading branch information
NickCao authored Oct 5, 2023
2 parents 86189a3 + 1206a7c commit 0cb8987
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.28.1";
version = "2.28.12";

src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-Wy4FPvBQY2CvpR9QiFbI1wI2ztUAc1XvaOGaGH7SkKs=";
hash = "sha256-uWCpCjYFtK2pNeHHZWhWI6YZ+cllQpkKz//nHracl5s=";
};

postPatch = ''
Expand Down

0 comments on commit 0cb8987

Please sign in to comment.