Skip to content

Commit

Permalink
highlight: 4.14 -> 4.15 (NixOS#371976)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 30, 2025
2 parents 4a92df4 + d0bef13 commit bb5429d
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 bb5429d

Please sign in to comment.