Merge pull request #252918 from oluceps/juice-upup

juicity: 0.2.1 -> 0.3.0
This commit is contained in:
Nick Cao 2023-09-02 09:18:37 -04:00 committed by GitHub
commit a9c9af9582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,16 +4,16 @@
}:
buildGo121Module rec {
pname = "juicity";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "juicity";
repo = pname;
rev = "v${version}";
hash = "sha256-+P7MFNhWI4aqCtcJhAw3/RtfOkh+b3v2v69pIOznc/8=";
hash = "sha256-UKEmPb5Kn2GlTriXFOavQ5o8bU9VqMzQZx4iyG5W7a0=";
};
vendorHash = "sha256-KrkEqvgHyAoNAX93SE9yDuik60CvPeP+w0Xehi7lgi0=";
vendorHash = "sha256-KLyGgkZqkM8jn+Sqa4IjauvfL9QXp9W/eUcViDTGDtw=";
proxyVendor = true;