Unverified Commit d69b01b0 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

docker-color-output: 2.5.1 -> 2.6.1 (#392509)

parents 5c631190 36321431
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "docker-color-output";
  version = "2.5.1";
  version = "2.6.1";

  src = fetchFromGitHub {
    owner = "devemio";
    repo = "docker-color-output";
    tag = version;
    hash = "sha256-rnCZ+6t6iOiLBynp1EPshO+/otAdtu8yy1FqFkYB07w=";
    hash = "sha256-r11HNRXnmTC1CJR871sX7xW9ts9KAu1+azwIwXH09qg=";
  };

  vendorHash = null;