Merge pull request #311641 from oluceps/update-juicity

juicity: 0.4.2 -> 0.4.3
This commit is contained in:
Nick Cao
2024-05-14 10:33:36 -04:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
}:
buildGoModule rec {
pname = "juicity";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "juicity";
repo = pname;
rev = "v${version}";
hash = "sha256-JC4VGM7aY+fYo0F9yAkgTbZA56ztyeoIx9PARlBjkh4=";
hash = "sha256-4sej/nb7d58+hSCaD6KIfDsqiGmgECPIbRKR65TbMBM=";
};
vendorHash = "sha256-SM5ZrTtuqenPsGjphkCM9JHzucw0/qBmevD+3/kyF6k=";