docker-ls: 0.3.1 -> 0.3.2
The latest release supports golang templates to customize the CLI output of docker-ls: https://github.com/mayflower/docker-ls#template-output
This commit is contained in:
parent
074c02f90f
commit
2741b986ea
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "docker-ls-${version}";
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mayflower";
|
||||
repo = "docker-ls";
|
||||
rev = "v${version}";
|
||||
sha256 = "1dhadi1s3nm3r8q5a0m59fy4jdya8p7zvm22ci7ifm3mmw960xly";
|
||||
sha256 = "1hb9b0jhaf01zlmkm353mz608kwb79dzic3gvb2fhyrh8d17w2iv";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/mayflower/docker-ls";
|
||||
|
|
Loading…
Reference in a new issue