tdl: 0.17.1 -> 0.17.3 (#331930)
nixfmt-rfc-style fmt Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
7c8b2a22dc
commit
fbf6ab328d
@ -1,19 +1,20 @@
|
|||||||
{ lib
|
{
|
||||||
, buildGoModule
|
lib,
|
||||||
, fetchFromGitHub
|
buildGoModule,
|
||||||
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "tdl";
|
pname = "tdl";
|
||||||
version = "0.17.1";
|
version = "0.17.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "iyear";
|
owner = "iyear";
|
||||||
repo = "tdl";
|
repo = "tdl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-qyoZqd6VLiq8L4p4ubKIM6HWJdn7SaQDQN9kIArbnls=";
|
hash = "sha256-PX6Ja7o7K/iq7hqn0g9jZHPPRp97sHau1Xd37m8RD2A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-Xfd98qce/xThwF+dssNznny8FgrORGsAhDALfW9bWEQ=";
|
vendorHash = "sha256-NNTIigd8Gm+7jJzhizaRHc4jLwO7QKhFh4ce0lrYBh4=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
@ -21,6 +22,9 @@ buildGoModule rec {
|
|||||||
"-X=github.com/iyear/tdl/pkg/consts.Version=${version}"
|
"-X=github.com/iyear/tdl/pkg/consts.Version=${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Filter out the main executable
|
||||||
|
subPackages = [ "." ];
|
||||||
|
|
||||||
# Requires network access
|
# Requires network access
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user