juicity: 0.2.1 -> 0.3.0

This commit is contained in:
oluceps 2023-09-02 18:23:04 +08:00
parent dc75443818
commit a5facc94c8
No known key found for this signature in database

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;