duf: 0.5.0 -> 0.6.0
This commit is contained in:
parent
abfed03ddd
commit
f7f0fd9185
@ -2,26 +2,24 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "duf";
|
pname = "duf";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "muesli";
|
owner = "muesli";
|
||||||
repo = "duf";
|
repo = "duf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0n0nvrqrlr75dmf2j6ja615ighzs35cfixn7z9cwdz3vhj1xhc5f";
|
sha256 = "sha256-Wm3gfir6blQFLLi+2bT5Y/5tf7qUxEddJQ7tCYfBGgM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontStrip = true;
|
vendorSha256 = "0icxy6wbqjqawr6i5skwp1z37fq303p8f95crd8lwn6pjjiqzk4i";
|
||||||
|
|
||||||
vendorSha256 = "1jqilfsirj7bkhzywimzf98w2b4s777phb06nsw6lr3bi6nnwzr1";
|
buildFlagsArray = [ "-ldflags=" "-s -w -X=main.Version=${version}" ];
|
||||||
|
|
||||||
buildFlagsArray = [ "-ldflags=" "-X=main.Version=${version}" ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/muesli/duf/";
|
homepage = "https://github.com/muesli/duf/";
|
||||||
description = "Disk Usage/Free Utility";
|
description = "Disk Usage/Free Utility";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ petabyteboy penguwin ];
|
maintainers = with maintainers; [ petabyteboy penguwin SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user