Merge pull request #305351 from oluceps/update-juicity

juicity: 0.4.1 -> 0.4.2
This commit is contained in:
Nick Cao 2024-04-20 07:30:20 -04:00 committed by GitHub
commit a5e8f8eb7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
}:
buildGoModule rec {
pname = "juicity";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "juicity";
repo = pname;
rev = "v${version}";
hash = "sha256-rwGtAystB9rUE2jVij4YdBr4T8bVlVLtNaBmSZQ/39A=";
hash = "sha256-JC4VGM7aY+fYo0F9yAkgTbZA56ztyeoIx9PARlBjkh4=";
};
vendorHash = "sha256-SM5ZrTtuqenPsGjphkCM9JHzucw0/qBmevD+3/kyF6k=";