runme: 3.12.6 -> 3.13.0 (#394372)
This commit is contained in:
@@ -13,16 +13,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "runme";
|
||||
version = "3.12.6";
|
||||
version = "3.13.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stateful";
|
||||
owner = "runmedev";
|
||||
repo = "runme";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-iLN+NXJf0qXllOdKygSRSZ6rxLLJj35YaCAbICh2UJo=";
|
||||
hash = "sha256-pMYhII+1gMZnabsGi7y82ZDvmxjDJWqhhvWegbQfTC0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-UNeyzWrTZscF3DsItpnFBK8MZ2j2tmRBFqr6cv89YrU=";
|
||||
vendorHash = "sha256-qfW2k1uiOJcMRLJJ1JRACuVcCTFSkXFg/QPHTe5j+kg=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
@@ -40,13 +40,13 @@ buildGoModule rec {
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X=github.com/stateful/runme/v3/internal/version.BuildDate=1970-01-01T00:00:00Z"
|
||||
"-X=github.com/stateful/runme/v3/internal/version.BuildVersion=${version}"
|
||||
"-X=github.com/stateful/runme/v3/internal/version.Commit=${src.rev}"
|
||||
"-X=github.com/runmedev/runme/v3/internal/version.BuildDate=1970-01-01T00:00:00Z"
|
||||
"-X=github.com/runmedev/runme/v3/internal/version.BuildVersion=${version}"
|
||||
"-X=github.com/runmedev/runme/v3/internal/version.Commit=${src.rev}"
|
||||
];
|
||||
|
||||
# checkFlags = [
|
||||
# "-ldflags=-X=github.com/stateful/runme/v3/internal/version.BuildVersion=${version}"
|
||||
# "-ldflags=-X=github.com/runmedev/runme/v3/internal/version.BuildVersion=${version}"
|
||||
# ];
|
||||
|
||||
# tests fail to access /etc/bashrc on darwin
|
||||
@@ -74,7 +74,7 @@ buildGoModule rec {
|
||||
description = "Execute commands inside your runbooks, docs, and READMEs";
|
||||
mainProgram = "runme";
|
||||
homepage = "https://runme.dev";
|
||||
changelog = "https://github.com/stateful/runme/releases/tag/v${version}";
|
||||
changelog = "https://github.com/runmedev/runme/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user