levant: 0.3.3 -> 0.4.0

This commit is contained in:
R. Ryantm
2025-06-27 01:36:33 +00:00
parent 9be32fbfaa
commit bfd5f799c1
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "levant";
version = "0.3.3";
version = "0.4.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "levant";
rev = "v${version}";
sha256 = "sha256-pinrBLzBMptqzMMiQmZob6B5rNNyQsaEkuECFFyTkrw=";
sha256 = "sha256-XxdLN/z+mtiaAy6heRbj4kyIOeKbS9yb1xIZnIyfI3s=";
};
vendorHash = "sha256-z3QoDcp7l3XUNo4xvgd6iD1Nw6cly2CoxjRtbo+IKQ0=";
vendorHash = "sha256-UJuAT02rYid2IESuABTDEAJiIBOfcyvH7ASOZfgTrZs=";
# The tests try to connect to a Nomad cluster.
doCheck = false;