Skip to content

Commit d69b01b

Browse files
authored
docker-color-output: 2.5.1 -> 2.6.1 (#392509)
2 parents 5c63119 + 3632143 commit d69b01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/do/docker-color-output/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "docker-color-output";
10-
version = "2.5.1";
10+
version = "2.6.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "devemio";
1414
repo = "docker-color-output";
1515
tag = version;
16-
hash = "sha256-rnCZ+6t6iOiLBynp1EPshO+/otAdtu8yy1FqFkYB07w=";
16+
hash = "sha256-r11HNRXnmTC1CJR871sX7xW9ts9KAu1+azwIwXH09qg=";
1717
};
1818

1919
vendorHash = null;

0 commit comments

Comments
 (0)