forked from mirrors/nixpkgs
simplotask: 1.11.5 → 1.12.0
This commit is contained in:
parent
e8c0fde6b3
commit
78e015a782
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "simplotask";
|
pname = "simplotask";
|
||||||
version = "1.11.5";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "umputun";
|
owner = "umputun";
|
||||||
repo = "spot";
|
repo = "spot";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ZPmYAUfkWo+inD2CwzT4Hncsshk3Y2W6aldy/5v1sks=";
|
hash = "sha256-bbn6RLkAAlQeHsaMmb34FFrhaYvouf8rSOJpGdYE7Y4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
@ -29,7 +29,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool for effortless deployment and configuration management";
|
description = "A tool for effortless deployment and configuration management";
|
||||||
homepage = "https://simplotask.com/";
|
homepage = "https://spot.umputun.dev/";
|
||||||
maintainers = with maintainers; [ sikmir ];
|
maintainers = with maintainers; [ sikmir ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
mainProgram = "spot";
|
mainProgram = "spot";
|
||||||
|
|
Loading…
Reference in a new issue