mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-11-16 01:14:45 +00:00
Compare commits
5 Commits
931affd185
...
144a913149
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
144a913149 | ||
|
|
7f86daa4ab | ||
|
|
a32dd990ee | ||
|
|
9e6028f12b | ||
|
|
3e0b55291e |
@ -42,7 +42,7 @@
|
||||
(define-public cloudflare-warp-bin
|
||||
(package
|
||||
(name "cloudflare-warp-bin")
|
||||
(version "2025.4.929.0")
|
||||
(version "2025.4.943.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pkg.cloudflareclient.com"
|
||||
@ -50,7 +50,7 @@
|
||||
"cloudflare-warp_" version "_amd64.deb"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ygqr6l7lsbkq1f8qwgypv2flyjd430sjkrwsw8rhd2lgnvwisff"))))
|
||||
"08gczvxr2826vsz15ysadxm8llwgshxm5qqczn29w9iyirkc4k2q"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
@ -244,7 +244,7 @@ coding statistics.")
|
||||
(define-public wakatime-cli-bin
|
||||
(package
|
||||
(name "wakatime-cli-bin")
|
||||
(version "1.115.2")
|
||||
(version "1.115.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/wakatime/wakatime-cli"
|
||||
@ -252,7 +252,7 @@ coding statistics.")
|
||||
"/wakatime-cli-linux-amd64.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"012s2r55iwd8kglh26sbscaps0iccdhk0ccaqf55kcfsbi35qc91"))))
|
||||
"0vfnbcgyaav95a7jbmh8xvpwlmcf8wsqlrf28yq9y79sywhc78bk"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
(define-public bitwarden
|
||||
(package
|
||||
(name "bitwarden")
|
||||
(version "2025.3.1")
|
||||
(version "2025.5.0")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://github.com/bitwarden/clients"
|
||||
@ -23,7 +23,7 @@
|
||||
"/dist-firefox-" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"03s8z32rc4mwzi61xpzn4f9z6kxwdnshqy61h2kr3cvq9974li3s"))))
|
||||
"139q19bn14p70czh9ylb3wjz0kmsgn340lcjn2wwi0vb6pdlwa3f"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
|
||||
@ -33,7 +33,9 @@
|
||||
(description
|
||||
"This package provides @code{caddyfile-mode}, an Emacs major mode for
|
||||
editing Caddyfiles, configuration files for @code{caddy}.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)
|
||||
(properties
|
||||
'((rosenthal-update? . #f))))))
|
||||
|
||||
(define-public emacs-nftables-mode
|
||||
(package
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
(package
|
||||
(inherit go-1.23)
|
||||
(name "go")
|
||||
(version "1.24.2")
|
||||
(version "1.24.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@ -21,7 +21,7 @@
|
||||
(commit (string-append "go" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "199yajw3amvspl9k2a75v4jblwr965laqngxbnsi5l3ragp5c1ck"))))
|
||||
(base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk"))))
|
||||
(native-inputs
|
||||
;; Go 1.24 and later requires Go 1.22+ as the bootstrap toolchain.
|
||||
(alist-replace "go" (list go-1.22) (package-native-inputs go-1.23)))
|
||||
|
||||
@ -74,4 +74,6 @@
|
||||
"Atuin replaces existing shell history with a SQLite database, and records
|
||||
additional context for commands. Additionally, it provides optional and fully
|
||||
encrypted synchronisation of history between machines, via an Atuin server.")
|
||||
(license license:expat)))
|
||||
(license license:expat)
|
||||
(properties
|
||||
'((rosenthal-update? . #f)))))
|
||||
|
||||
@ -192,4 +192,6 @@ extensions, such as @code{wlr-protocols} and @code{plasma-wayland-protocols}.")
|
||||
"Niri is a scrollable-tiling Wayland compositor which arranges windows in a
|
||||
scrollable format. It is considered stable for daily use and performs most
|
||||
functions expected of a Wayland compositor.")
|
||||
(license license:gpl3)))
|
||||
(license license:gpl3)
|
||||
(properties
|
||||
'((rosenthal-update? . #f)))))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user