We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6360d46 + 2297488 commit a591d57Copy full SHA for a591d57
1 file changed
pkgs/tools/text/highlight/default.nix
@@ -15,13 +15,13 @@
15
let
16
self = stdenv.mkDerivation rec {
17
pname = "highlight";
18
- version = "4.17";
+ version = "4.18";
19
20
src = fetchFromGitLab {
21
owner = "saalen";
22
repo = "highlight";
23
rev = "v${version}";
24
- hash = "sha256-XSfiQGMd7GtewyZ72VK/0D9Z9sYzVBWeO1CQXVk63Zc=";
+ hash = "sha256-QYW6kj5cp+TVLXwj7kxbgj0kpN0n5qXYU3xZ5UW66vc=";
25
};
26
27
enableParallelBuilding = true;
0 commit comments