rekahsoft-gnu: Update overmind from v1 to v2 (2.4.0)

This commit is contained in:
Collin J. Doering 2023-05-22 13:41:42 -04:00
parent f3e2eec488
commit e016a7e7a9
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 18 additions and 8 deletions

View File

@ -120,10 +120,10 @@ platforms. Gox will also build the cross-compilation toolchain for you.")
(home-page "https://github.com/aws/aws-sdk-go") (home-page "https://github.com/aws/aws-sdk-go")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-darthsim-overmind (define-public go-github-com-darthsim-overmind-v2
(package (package
(name "overmind") (name "overmind")
(version "1.2.1") (version "2.4.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -132,18 +132,28 @@ platforms. Gox will also build the cross-compilation toolchain for you.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"11ws9rsy8ladjp1y3b6vva9sjmw4s24xc1w18lyhfz63xc908nfw")))) "00dk6pnq3b53xac7kakm5fmzbw0qg152mm5m8zfvnkbmsp5176vj"))))
(build-system go-build-system) (build-system go-build-system)
(propagated-inputs (list which ; used to locate tmux
tmux))
(arguments (arguments
'(#:import-path "github.com/DarthSim/overmind")) '(#:import-path "github.com/DarthSim/overmind"
#:install-source? #f))
(propagated-inputs `(("go-golang-org-x-sys" ,go-golang-org-x-sys)
("go-github-com-russross-blackfriday-v2" ,go-github-com-russross-blackfriday-v2)
("go-github-com-kardianos-osext" ,go-github-com-kardianos-osext)
("go-github-com-cpuguy83-go-md2man-v2" ,go-github-com-cpuguy83-go-md2man-v2)
("go-golang-org-x-term" ,go-golang-org-x-term)
("go-github-com-urfave-cli" ,go-github-com-urfave-cli)
("go-github-com-sevlyar-go-daemon" ,go-github-com-sevlyar-go-daemon)
("go-github-com-matoous-go-nanoid" ,go-github-com-matoous-go-nanoid)
("go-github-com-darthsim-godotenv" ,go-github-com-darthsim-godotenv)
("which" ,which) ; used to locate tmux
("tmux" ,tmux)))
(home-page "https://github.com/DarthSim/overmind") (home-page "https://github.com/DarthSim/overmind")
(synopsis "Overmind, a process manager for Procfile-based applications") (synopsis "Overmind, a process manager for Procfile-based applications")
(description (description
"Overmind is a process manager for Procfile-based applications and "Overmind is a process manager for Procfile-based applications and
@url{https://tmux.github.io/,tmux}. With Overmind, you can easily run several @@url{https://tmux.github.io/,tmux}. With Overmind, you can easily run several
processes from your @code{Procfile} in a single terminal.") processes from your @@code{Procfile} in a single terminal.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-darthsim-godotenv (define-public go-github-com-darthsim-godotenv