Skip to content

Commit

Permalink
highlight: 4.14 -> 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2025
1 parent 57cd3fb commit d0bef13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/highlight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
let
self = stdenv.mkDerivation rec {
pname = "highlight";
version = "4.14";
version = "4.15";

src = fetchFromGitLab {
owner = "saalen";
repo = "highlight";
rev = "v${version}";
hash = "sha256-UxbgYspocoy9ul2dhIhvIwqKMeWSG7vJY1df3UkgpHQ=";
hash = "sha256-CpbVm5Z9cKPQdOzBNOXsgrX3rfC6DTVE7xfmOAshbEs=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit d0bef13

Please sign in to comment.