Merge pull request #304681 from r-ryantm/auto-update/juicity

juicity: 0.4.0 -> 0.4.1
This commit is contained in:
Weijia Wang 2024-04-17 14:13:31 +02:00 committed by GitHub
commit b9aa70e639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "juicity";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "juicity";
repo = pname;
rev = "v${version}";
hash = "sha256-SUZ5E2GRLyUI/Z5ekJPNypVJXfJFzIz3qr9kCeXN7Gk=";
hash = "sha256-rwGtAystB9rUE2jVij4YdBr4T8bVlVLtNaBmSZQ/39A=";
};
vendorHash = "sha256-13U3B9VKspSlpD1hYPtyCuPAZvAYc/d/UKcjXMURxyo=";
vendorHash = "sha256-SM5ZrTtuqenPsGjphkCM9JHzucw0/qBmevD+3/kyF6k=";
proxyVendor = true;