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:
Maximilian Bosch 2019-05-10 18:46:00 +02:00
parent 074c02f90f
commit 2741b986ea
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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";