summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-11-03 23:10:25 +0100
committerTimo Wilken2023-11-03 23:10:25 +0100
commit72ee16fda8757b9a2f93eaf1d7353bb5e8151de4 (patch)
treea61b708a6c087658c4cb83d935069c9ac92e8c01 /tw
parenta50b6a1e467f343d7bbd771879fb950e8debcae7 (diff)
Update levant to 0.3.3
Diffstat (limited to 'tw')
-rw-r--r--tw/packages/ci.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/packages/ci.scm b/tw/packages/ci.scm
index d9edb83f..4058ff8a 100644
--- a/tw/packages/ci.scm
+++ b/tw/packages/ci.scm
@@ -117,12 +117,12 @@ native Consul and Vault integrations.")
(define-public hashicorp-levant-bin
(package
(name "hashicorp-levant")
- (version "0.3.2")
+ (version "0.3.3")
(source
(origin
(method url-fetch/zipbomb)
(uri (hashicorp-download-url "levant" version))
- (sha256 (base32 "0w0mmlf9zqcfxnw7753h495074gks4vrck5dw8hyf9w3il7ih1hy"))))
+ (sha256 (base32 "0qnljbqhc3gj4d5lkc8s07w504yqvhc5x412pq2bkh7xk424q333"))))
(build-system copy-build-system)
(arguments
`(#:install-plan '(("levant" "bin/"))))