summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-06-15 01:12:06 +0200
committerGitHub <noreply@github.com>2020-06-15 01:12:06 +0200
commit0f1223f8fa82bafe17b94ce9e00e235db52ba3c4 (patch)
tree3ab82090e3c4a14c49f363895b4374a2af61895b
parentbaa980c3ef7ee4621503e2ffa8b55ef22efbd289 (diff)
parent05aabc40fab416fa618faef7df997e8ae4754bb6 (diff)
downloadnixpkgs-0f1223f8fa82bafe17b94ce9e00e235db52ba3c4.tar
nixpkgs-0f1223f8fa82bafe17b94ce9e00e235db52ba3c4.tar.gz
nixpkgs-0f1223f8fa82bafe17b94ce9e00e235db52ba3c4.tar.bz2
nixpkgs-0f1223f8fa82bafe17b94ce9e00e235db52ba3c4.tar.lz
nixpkgs-0f1223f8fa82bafe17b94ce9e00e235db52ba3c4.tar.xz
nixpkgs-0f1223f8fa82bafe17b94ce9e00e235db52ba3c4.tar.zst
nixpkgs-0f1223f8fa82bafe17b94ce9e00e235db52ba3c4.zip
Merge pull request #87916 from DeeUnderscore/highlight-update
highlight: 3.56 -> 3.57
-rw-r--r--pkgs/tools/text/highlight/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/highlight/default.nix b/pkgs/tools/text/highlight/default.nix
index bc32a60c672..a918770aa7b 100644
--- a/pkgs/tools/text/highlight/default.nix
+++ b/pkgs/tools/text/highlight/default.nix
@@ -5,13 +5,13 @@ with stdenv.lib;
 let
   self = stdenv.mkDerivation rec {
     pname = "highlight";
-    version = "3.56";
+    version = "3.57";
 
     src = fetchFromGitLab {
       owner = "saalen";
       repo = "highlight";
       rev = "v${version}";
-      sha256 = "1pilx58dg96zm0yx7i6k92vibwpvpj8ir39f2akrsyjgijnv3sx4";
+      sha256 = "1xrk7c7akjiwh3wh9bll0qh4g0kqvbzjz9ancpadnk0k7bqi0kxf";
     };
 
     enableParallelBuilding = true;