juju: 3.5.3 -> 3.5.4

This commit is contained in:
R. Ryantm 2024-11-01 10:29:34 +00:00 committed by Weijia Wang
parent 1546e0871c
commit ee851d0382

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "juju";
version = "3.5.3";
version = "3.5.4";
src = fetchFromGitHub {
owner = "juju";
repo = "juju";
rev = "v${version}";
hash = "sha256-PdNUmPfPYqOYEphY0ZlwEikUV/bKSPOGQuAJsi8+g/E=";
hash = "sha256-0vLZfnbLnGESYtdX9QYJhlglIc5UCTwfYnjtKNn92Pc=";
};
vendorHash = "sha256-FCN+0Wx2fYQcj5CRgPubAWbGGyVQcSSfu/Om6SUB6TQ=";
vendorHash = "sha256-xc+v34GLQ+2nKNJhMX020utObpganRIWjtwOHr5M2dY=";
subPackages = [
"cmd/juju"