Skip to content

Commit

Permalink
trealla: 2.63.10 -> 2.63.11 (#371159)
Browse files Browse the repository at this point in the history
Co-authored-by: AndersonTorres <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and AndersonTorres authored Jan 6, 2025
2 parents ddff326 + f2031a5 commit 9f46f57
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.63.10";
version = "2.63.11";

src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-LGikCupqzUZ2CG63c8aEeJHX+8nNMUaaYzAGQC+YHqM=";
hash = "sha256-3Z8LML2BTHAaNEg65YqYg0HyLNG1HwHpztGfSY1VGyw=";
};

postPatch = ''
Expand Down

0 comments on commit 9f46f57

Please sign in to comment.