Unverified Commit e3a008e4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #297602 from r-ryantm/auto-update/highlight

highlight: 4.10 -> 4.11
parents 93120cb9 d1095978
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@
let
  self = stdenv.mkDerivation rec {
    pname = "highlight";
    version = "4.10";
    version = "4.11";

    src = fetchFromGitLab {
      owner = "saalen";
      repo = "highlight";
      rev = "v${version}";
      sha256 = "sha256-WBX5WQXGgB7n7htxHxpBNIE1wFCFht6sMy5lkqeieqM=";
      sha256 = "sha256-8QWcpSYkzw62XFyIqisM2x1AOqzVUPUYgs5bPA4liSw=";
    };

    enableParallelBuilding = true;