dockle: 0.3.10 -> 0.3.11

This commit is contained in:
06kellyjac 2021-03-02 13:13:47 +00:00
parent 92990bf4f2
commit 4ed02f4ae6
1 changed files with 5 additions and 8 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "dockle"; pname = "dockle";
version = "0.3.10"; version = "0.3.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "goodwithtech"; owner = "goodwithtech";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-oS3ZGQkDSRdVLluLNg56VGp6MCrRDlgjk1va1+xocas="; sha256 = "sha256-TAV+bdHURclrwM0ByfbM2S4GdAnHrwclStyUlGraOpw=";
}; };
vendorSha256 = "sha256-npbUE3ch8TamW0aikdKuFElE4YDRKwNVUscuvmlQxl4="; vendorSha256 = "sha256-npbUE3ch8TamW0aikdKuFElE4YDRKwNVUscuvmlQxl4=";
@ -16,12 +16,9 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ btrfs-progs lvm2 ]; buildInputs = [ btrfs-progs lvm2 ];
buildFlagsArray = [ preBuild = ''
"-ldflags=" buildFlagsArray+=("-ldflags" "-s -w -X main.version=${version}")
"-s" '';
"-w"
"-X main.version=${version}"
];
preCheck = '' preCheck = ''
# Remove tests that use networking # Remove tests that use networking