juicity: 0.4.1 -> 0.4.2

Diff: https://github.com/juicity/juicity/compare/v0.4.1...v0.4.2
This commit is contained in:
oluceps 2024-04-19 17:16:53 +00:00
parent 45a89f4ea3
commit 6953fd118a
No known key found for this signature in database
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=";