highlight 4.7 -> 4.8 https://repology.org/project/highlight/versions attrpath: highlight Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/text/highlight/default.nix b/pkgs/tools/text/highlight/default.nix index 4287b7964801..c349aacde2de 100644 --- a/pkgs/tools/text/highlight/default.nix +++ b/pkgs/tools/text/highlight/default.nix @@ -3,13 +3,13 @@ let self = stdenv.mkDerivation rec { pname = "highlight"; - version = "4.7"; + version = "4.8"; src = fetchFromGitLab { owner = "saalen"; repo = "highlight"; rev = "v${version}"; - sha256 = "sha256-WblpRrvfFp4PlyH4RS2VNKXYD911H+OcnSL5rctyxiM="; + sha256 = "sha256-4bASzXBkwg3wvvr4EPKAMmJ9Vqa9LjtHezgafEaJm/4="; }; enableParallelBuilding = true; Successfully finished processing cachix "/nix/store/xpwpk79gg1kj48xd4nsplf5iri6bhglg-highlight-4.8" [check][nixpkgs-review]