Skip to content

Commit a591d57

Browse files
authored
highlight: 4.17 -> 4.18 (NixOS#460916)
2 parents 6360d46 + 2297488 commit a591d57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/text/highlight/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
let
1616
self = stdenv.mkDerivation rec {
1717
pname = "highlight";
18-
version = "4.17";
18+
version = "4.18";
1919

2020
src = fetchFromGitLab {
2121
owner = "saalen";
2222
repo = "highlight";
2323
rev = "v${version}";
24-
hash = "sha256-XSfiQGMd7GtewyZ72VK/0D9Z9sYzVBWeO1CQXVk63Zc=";
24+
hash = "sha256-QYW6kj5cp+TVLXwj7kxbgj0kpN0n5qXYU3xZ5UW66vc=";
2525
};
2626

2727
enableParallelBuilding = true;

0 commit comments

Comments
 (0)