juju: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm
2024-07-12 08:52:55 +00:00
parent 3a375fcd87
commit 11c2e561b6
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "juju";
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = "juju";
repo = "juju";
rev = "v${version}";
hash = "sha256-VOGkAv42dus2uxoffffIn6dwC18idwF2tycEHLd6I4s=";
hash = "sha256-HdV6bRAMQ7LynEGjrFOX36g7+1Zb9AiFtF6O4yu7+NU=";
};
vendorHash = "sha256-2JNEN8fmxflEyP5lHAv75Bjt9sbKoWL5O+87hxK89vU=";
vendorHash = "sha256-FCN+0Wx2fYQcj5CRgPubAWbGGyVQcSSfu/Om6SUB6TQ=";
subPackages = [
"cmd/juju"