lol

ratchet: 0.10.2 -> 0.11.4

Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>

+4 -4
+4 -4
pkgs/by-name/ra/ratchet/package.nix
··· 7 8 buildGoModule rec { 9 pname = "ratchet"; 10 - version = "0.10.2"; 11 12 # ratchet uses the git sha-1 in the version string, e.g. 13 # ··· 20 src = fetchFromGitHub { 21 owner = "sethvargo"; 22 repo = "ratchet"; 23 - rev = "ee93c849418d0b9316703bb349055a4078ad205e"; 24 - hash = "sha256-pVpZB8WWGgFbu0iK6gM2lEaXN4IqDJ1lMtVnUfcE4MQ="; 25 }; 26 27 proxyVendor = true; 28 29 - vendorHash = "sha256-KKHlegmvpmmUZGoiEawgSUwOPQEfTjfzTYvere1YAv4="; 30 31 subPackages = [ "." ]; 32
··· 7 8 buildGoModule rec { 9 pname = "ratchet"; 10 + version = "0.11.4"; 11 12 # ratchet uses the git sha-1 in the version string, e.g. 13 # ··· 20 src = fetchFromGitHub { 21 owner = "sethvargo"; 22 repo = "ratchet"; 23 + rev = "8b4ca256dbed184350608a3023620f267f0a5253"; 24 + hash = "sha256-YpD5jvbPb8IDoMmkkeaWaozFKOYAfwqaOMDzRGmUDJs="; 25 }; 26 27 proxyVendor = true; 28 29 + vendorHash = "sha256-AsUTv183deQQGABLeff6DH9P8jFFlU9BHO5PcNCZloY="; 30 31 subPackages = [ "." ]; 32