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
(package
(name "cloudflare-warp-bin")
(version "2025.4.943.0")
(version "2025.4.929.0")
(source (origin
(method url-fetch)
(uri (string-append "https://pkg.cloudflareclient.com"
@ -50,7 +50,7 @@
"cloudflare-warp_" version "_amd64.deb"))
(sha256
(base32
"08gczvxr2826vsz15ysadxm8llwgshxm5qqczn29w9iyirkc4k2q"))))
"1ygqr6l7lsbkq1f8qwgypv2flyjd430sjkrwsw8rhd2lgnvwisff"))))
(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.3")
(version "1.115.2")
(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
"0vfnbcgyaav95a7jbmh8xvpwlmcf8wsqlrf28yq9y79sywhc78bk"))))
"012s2r55iwd8kglh26sbscaps0iccdhk0ccaqf55kcfsbi35qc91"))))
(build-system copy-build-system)
(arguments
(list #:install-plan

View File

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

View File

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

View File

@ -12,7 +12,7 @@
(package
(inherit go-1.23)
(name "go")
(version "1.24.3")
(version "1.24.2")
(source
(origin
(method git-fetch)
@ -21,7 +21,7 @@
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk"))))
(base32 "199yajw3amvspl9k2a75v4jblwr965laqngxbnsi5l3ragp5c1ck"))))
(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)))

View File

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

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
scrollable format. It is considered stable for daily use and performs most
functions expected of a Wayland compositor.")
(license license:gpl3)
(properties
'((rosenthal-update? . #f)))))
(license license:gpl3)))