summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-14 21:04:05 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-14 21:04:05 +0100
commit029b5dc328669dd2e3f09c503355677055db028c (patch)
tree039aa9e2a86c783aaf24ab2b4e53cd11c42f09a0 /gnu/packages
parent5e534cf980a204038ec6ff57cbd9070d05b0e6dc (diff)
gnu: sops: Update to 3.13.3.
* gnu/packages/password-utils.scm (sops): Update to 3.13.3. [native-inputs]: Add go-github-com-go-viper-mapstructure-v2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/password-utils.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index d94141eaf40..b9655aa9081 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -665,7 +665,7 @@ applications, there is xclip integration." )
665(define-public sops 665(define-public sops
666 (package 666 (package
667 (name "sops") 667 (name "sops")
668 (version "3.12.2") 668 (version "3.13.3")
669 (source 669 (source
670 (origin 670 (origin
671 (method git-fetch) 671 (method git-fetch)
@@ -674,7 +674,7 @@ applications, there is xclip integration." )
674 (commit (string-append "v" version)))) 674 (commit (string-append "v" version))))
675 (file-name (git-file-name name version)) 675 (file-name (git-file-name name version))
676 (sha256 676 (sha256
677 (base32 "01w67iv0v9hnxgaklixk871dwnhyhllm3zz36iiwqsd19d5rllfm")))) 677 (base32 "08cfc9mcy6rmj025qzq4fg71bvibrcskyj00rnmcla89199f3d2c"))))
678 (build-system go-build-system) 678 (build-system go-build-system)
679 (arguments 679 (arguments
680 (list #:install-source? #f 680 (list #:install-source? #f
@@ -716,6 +716,7 @@ applications, there is xclip integration." )
716 go-github-com-envoyproxy-go-control-plane 716 go-github-com-envoyproxy-go-control-plane
717 go-github-com-fatih-color 717 go-github-com-fatih-color
718 go-github-com-getsops-gopgagent 718 go-github-com-getsops-gopgagent
719 go-github-com-go-viper-mapstructure-v2
719 go-github-com-google-go-cmp 720 go-github-com-google-go-cmp
720 go-github-com-google-shlex 721 go-github-com-google-shlex
721 go-github-com-goware-prefixer 722 go-github-com-goware-prefixer
@@ -725,6 +726,7 @@ applications, there is xclip integration." )
725 go-github-com-lib-pq 726 go-github-com-lib-pq
726 go-github-com-mitchellh-go-homedir 727 go-github-com-mitchellh-go-homedir
727 go-github-com-mitchellh-go-wordwrap 728 go-github-com-mitchellh-go-wordwrap
729 ;; go-github-com-ory-dockertest-v3 ;for integration tests
728 go-github-com-pkg-errors 730 go-github-com-pkg-errors
729 go-github-com-protonmail-go-crypto 731 go-github-com-protonmail-go-crypto
730 go-github-com-sirupsen-logrus 732 go-github-com-sirupsen-logrus