mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ratchet: 0.9.2 -> 0.10.0
This commit is contained in:
parent
b409cdb759
commit
644f6061be
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user