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:
Hilton Chain 2024-12-29 16:14:27 +08:00
parent c7986b5d58
commit c73748e9d2
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -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