rosenthal: sops: Update to 3.12.2.

* modules/rosenthal/packages/password-utils.scm (sops): Update to 3.12.2.
[arguments]: Use go-1.26.
[native-inputs]: Update vendored-go-dependencies.
This commit is contained in:
Hilton Chain 2026-03-29 14:10:41 +08:00
parent 8f44724051
commit df562fa016
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -19,7 +19,7 @@
(define-public sops (define-public sops
(package (package
(name "sops") (name "sops")
(version "3.12.1") (version "3.12.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -28,10 +28,10 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1z3m1smcbyshrfw2h2rmnvy9pcwjv7q9hd79kffnf4qxzsp3m4zb")))) "01w67iv0v9hnxgaklixk871dwnhyhllm3zz36iiwqsd19d5rllfm"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:go go-1.24 (list #:go go-1.26
#:install-source? #f #:install-source? #f
#:import-path "./cmd/sops" #:import-path "./cmd/sops"
#:build-flags #:build-flags
@ -56,12 +56,12 @@
(assoc-ref gnu:%standard-phases 'install-license-files))))) (assoc-ref gnu:%standard-phases 'install-license-files)))))
(native-inputs (native-inputs
(list (origin (list (origin
(method (go-mod-vendor #:go go-1.24)) (method (go-mod-vendor #:go go-1.26))
(uri (package-source this-package)) (uri (package-source this-package))
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"04gnkz3w1ckxq1dccwvwrbar30nc79b8rbj0smsmvc6g9x99ay3n"))))) "1gd5kpiqizrab7fbhzhwj5lm1b6wmpvwpvnrwwz0xkfn6hqwj1qy")))))
(home-page "https://getsops.io/") (home-page "https://getsops.io/")
(synopsis "Simple and flexible tool for managing secrets") (synopsis "Simple and flexible tool for managing secrets")
(description (description