ratchet: 0.9.2 -> 0.10.0

This commit is contained in:
Ryan Cao 2024-09-22 23:29:48 +08:00
parent b409cdb759
commit 644f6061be
No known key found for this signature in database
GPG Key ID: 48C96B2057D71CB1

View File

@ -6,7 +6,7 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "ratchet"; pname = "ratchet";
version = "0.9.2"; version = "0.10.0";
# ratchet uses the git sha-1 in the version string, e.g. # ratchet uses the git sha-1 in the version string, e.g.
# #
@ -19,8 +19,8 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sethvargo"; owner = "sethvargo";
repo = "ratchet"; repo = "ratchet";
rev = "d57cc1a53c022d3f87c4820bc6b64384a06c8a07"; rev = "ebb7f24e0cbc288ab913b635480412934a2a5371";
hash = "sha256-gQ98uD9oPUsECsduv/lqGdYNmtHetU49ETfWCE8ft8U="; hash = "sha256-Wt1/ahKQ8DOquXU5u6p+an9FJ5kYRl7F2EXOv/2rHlA=";
}; };
proxyVendor = true; proxyVendor = true;