forked from mirrors/nixpkgs
dive: 0.9.1 -> 0.9.2
Changelog: https://github.com/wagoodman/dive/releases/tag/v0.9.2
This commit is contained in:
parent
8d77e3537b
commit
a1857a0dab
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "dive";
|
||||
version = "0.9.1";
|
||||
version = "0.9.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wagoodman";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1dqaqzmb74kf6q70wxfbsrbbfmxl82rj7r5kpsg5znm99filk3ny";
|
||||
sha256 = "1v69xbkjmyzm5g4wi9amjk65fs4qgxkqc0dvq55vqjigzrranp22";
|
||||
};
|
||||
|
||||
modSha256 = "1y8mqxlzbizra2m9aayp6w07s39gddvm5igdaw9kwxwjwvd1dbfc";
|
||||
|
@ -17,6 +17,8 @@ buildGoModule rec {
|
|||
|
||||
buildInputs = stdenv.lib.optionals stdenv.isLinux [ btrfs-progs gpgme lvm2 ];
|
||||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool for exploring each layer in a docker image";
|
||||
homepage = https://github.com/wagoodman/dive;
|
||||
|
|
Loading…
Reference in a new issue