mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-01-11 04:45:24 +00:00
rosenthal: atuin-bin: Update to 18.4.0.
* rosenthal/packages/binaries.scm (atuin-bin): Update to 18.4.0. [properties]: Add upstream-name.
This commit is contained in:
parent
c7986b5d58
commit
c73748e9d2
@ -23,7 +23,7 @@ (define license
|
|||||||
(define-public atuin-bin
|
(define-public atuin-bin
|
||||||
(package
|
(package
|
||||||
(name "atuin-bin")
|
(name "atuin-bin")
|
||||||
(version "18.3.0")
|
(version "18.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -31,7 +31,7 @@ (define-public atuin-bin
|
|||||||
version "/atuin-x86_64-unknown-linux-gnu.tar.gz"))
|
version "/atuin-x86_64-unknown-linux-gnu.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14hp673i8in9adahg01bldlwyip7kg5vdnqi5jczinv8ibxnswg3"))))
|
"09rbk68mlfvjqzpydq9i83c05vpvn03s2343mswimc5svlclwslh"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan #~'(("atuin" "bin/"))
|
(list #:install-plan #~'(("atuin" "bin/"))
|
||||||
@ -68,7 +68,8 @@ (define (patch-elf file)
|
|||||||
"Atuin replaces existing shell history with a SQLite database, and records
|
"Atuin replaces existing shell history with a SQLite database, and records
|
||||||
additional context for commands. Additionally, it provides optional and fully
|
additional context for commands. Additionally, it provides optional and fully
|
||||||
encrypted synchronisation of history between machines, via an Atuin server.")
|
encrypted synchronisation of history between machines, via an Atuin server.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)
|
||||||
|
(properties '((upstream-name . "atuin")))))
|
||||||
|
|
||||||
(define-public clash-bin
|
(define-public clash-bin
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user