Merge pull request #176647 from bdd/runitor-v0.10.1
runitor: 0.10.0 -> 0.10.1
This commit is contained in:
commit
e17f5dd411
@ -2,26 +2,18 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "runitor";
|
pname = "runitor";
|
||||||
version = "0.10.0";
|
version = "0.10.1";
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bdd";
|
owner = "bdd";
|
||||||
repo = "runitor";
|
repo = "runitor";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-96WKMeRkkG6en9JXaZjjnqeZOcLSII3knx8cdjTBAKw=";
|
sha256 = "sha256-qqfaA1WAHkuiyzyQbrSvnmwuRXElArErJ6PtLPOxzsg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s" "-X main.Version=v${version}"
|
"-s" "-w" "-X main.Version=v${version}"
|
||||||
];
|
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "backport_TestPostRetries-timeout-fix.patch";
|
|
||||||
url = "https://github.com/bdd/runitor/commit/418142585a8387224825637cca3fe275d3c3d147.patch";
|
|
||||||
sha256 = "sha256-cl+KYoiHm2ioFuJVKokZkglIzL/NaEd5JNUuj4g8MUg=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.tests.version = testers.testVersion {
|
passthru.tests.version = testers.testVersion {
|
||||||
|
Loading…
Reference in New Issue
Block a user