Compare commits

..

No commits in common. "144a913149db17b39685c4e55d42b2c08cd5829a" and "931affd185aedd292e5478935131f410a63aafb7" have entirely different histories.

6 changed files with 11 additions and 17 deletions

View File

@ -42,7 +42,7 @@
(define-public cloudflare-warp-bin (define-public cloudflare-warp-bin
(package (package
(name "cloudflare-warp-bin") (name "cloudflare-warp-bin")
(version "2025.4.943.0") (version "2025.4.929.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pkg.cloudflareclient.com" (uri (string-append "https://pkg.cloudflareclient.com"
@ -50,7 +50,7 @@
"cloudflare-warp_" version "_amd64.deb")) "cloudflare-warp_" version "_amd64.deb"))
(sha256 (sha256
(base32 (base32
"08gczvxr2826vsz15ysadxm8llwgshxm5qqczn29w9iyirkc4k2q")))) "1ygqr6l7lsbkq1f8qwgypv2flyjd430sjkrwsw8rhd2lgnvwisff"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan
@ -244,7 +244,7 @@ coding statistics.")
(define-public wakatime-cli-bin (define-public wakatime-cli-bin
(package (package
(name "wakatime-cli-bin") (name "wakatime-cli-bin")
(version "1.115.3") (version "1.115.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/wakatime/wakatime-cli" (uri (string-append "https://github.com/wakatime/wakatime-cli"
@ -252,7 +252,7 @@ coding statistics.")
"/wakatime-cli-linux-amd64.zip")) "/wakatime-cli-linux-amd64.zip"))
(sha256 (sha256
(base32 (base32
"0vfnbcgyaav95a7jbmh8xvpwlmcf8wsqlrf28yq9y79sywhc78bk")))) "012s2r55iwd8kglh26sbscaps0iccdhk0ccaqf55kcfsbi35qc91"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

View File

@ -15,7 +15,7 @@
(define-public bitwarden (define-public bitwarden
(package (package
(name "bitwarden") (name "bitwarden")
(version "2025.5.0") (version "2025.3.1")
(source (origin (source (origin
(method url-fetch/zipbomb) (method url-fetch/zipbomb)
(uri (string-append "https://github.com/bitwarden/clients" (uri (string-append "https://github.com/bitwarden/clients"
@ -23,7 +23,7 @@
"/dist-firefox-" version ".zip")) "/dist-firefox-" version ".zip"))
(sha256 (sha256
(base32 (base32
"139q19bn14p70czh9ylb3wjz0kmsgn340lcjn2wwi0vb6pdlwa3f")))) "03s8z32rc4mwzi61xpzn4f9z6kxwdnshqy61h2kr3cvq9974li3s"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

View File

@ -33,9 +33,7 @@
(description (description
"This package provides @code{caddyfile-mode}, an Emacs major mode for "This package provides @code{caddyfile-mode}, an Emacs major mode for
editing Caddyfiles, configuration files for @code{caddy}.") editing Caddyfiles, configuration files for @code{caddy}.")
(license license:gpl3+) (license license:gpl3+))))
(properties
'((rosenthal-update? . #f))))))
(define-public emacs-nftables-mode (define-public emacs-nftables-mode
(package (package

View File

@ -12,7 +12,7 @@
(package (package
(inherit go-1.23) (inherit go-1.23)
(name "go") (name "go")
(version "1.24.3") (version "1.24.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -21,7 +21,7 @@
(commit (string-append "go" version)))) (commit (string-append "go" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk")))) (base32 "199yajw3amvspl9k2a75v4jblwr965laqngxbnsi5l3ragp5c1ck"))))
(native-inputs (native-inputs
;; Go 1.24 and later requires Go 1.22+ as the bootstrap toolchain. ;; 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))) (alist-replace "go" (list go-1.22) (package-native-inputs go-1.23)))

View File

@ -74,6 +74,4 @@
"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:expat) (license license:expat)))
(properties
'((rosenthal-update? . #f)))))

View File

@ -192,6 +192,4 @@ extensions, such as @code{wlr-protocols} and @code{plasma-wayland-protocols}.")
"Niri is a scrollable-tiling Wayland compositor which arranges windows in a "Niri is a scrollable-tiling Wayland compositor which arranges windows in a
scrollable format. It is considered stable for daily use and performs most scrollable format. It is considered stable for daily use and performs most
functions expected of a Wayland compositor.") functions expected of a Wayland compositor.")
(license license:gpl3) (license license:gpl3)))
(properties
'((rosenthal-update? . #f)))))