lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docker-ls: 0.5.0 -> 0.5.1

+2 -2
+2 -2
pkgs/tools/misc/docker-ls/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "docker-ls"; 5 - version = "0.5.0"; 5 + version = "0.5.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mayflower"; 9 9 repo = "docker-ls"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-VyVrCBdIZAQ+p0leD6i4sMxD4p6nEXG9Si+nJGdUQPM="; 11 + sha256 = "sha256-4+REt0NH4S367qFsyJncVedUrC4t1zw5o0CLTiQfIz8="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-UulcjQOLEIP++eoYQTEIbCJW51jyE312dMxB8+AKcdU=";