dive: 0.5.0 -> 0.6.0

This commit is contained in:
Katharina Fey 2019-02-21 14:37:49 +01:00
parent 6450d8c5ca
commit 2f52a435f9
No known key found for this signature in database
GPG Key ID: 90734A9E619C8A6C
2 changed files with 23 additions and 3 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "dive";
version = "0.5.0";
version = "0.6.0";
goPackagePath = "github.com/wagoodman/dive";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "wagoodman";
repo = "dive";
rev = "v${version}";
sha256 = "159m36p7b0ygdp42qdmmz02rhrkymh8m6yl21m1ixd4c2pjkjhns";
sha256 = "05n19a5q1yi8r6r72z634z93lz2i347zccs9qm7gx5h86nh147zd";
};
goDeps = ./deps.nix;
@ -21,6 +21,6 @@ buildGoPackage rec {
description = "A tool for exploring each layer in a docker image";
homepage = https://github.com/wagoodman/dive;
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = with maintainers; [ marsam spacekookie ];
};
}

View File

@ -709,4 +709,24 @@
sha256 = "0rinkyx3r2bq45mgcasnn5jb07cwbv3p3s2wwcrzxsarsj6wa5lc";
};
}
{
goPackagePath = "github.com/logrusorgru/aurora";
fetch = {
type = "git";
url = "https://github.com/logrusorgru/aurora";
rev = "a7b3b318ed4e";
sha256 = "1dldc270z42zm2d377ks7sa5059janjcjhv3inza3rjvapknsrcb";
};
}
{
goPackagePath = "github.com/wagoodman/keybinding";
fetch = {
type = "git";
url = "https://github.com/wagoodman/keybinding";
rev = "6a824da6df05";
sha256 = "0f59idv5xia7w53363ym0qywvp0aas2kmk93rnndf2s7cs2f1d3l";
};
}
]