bit: 1.0.6 -> 1.1.1

This commit is contained in:
R. RyanTM 2021-04-22 06:27:11 +00:00
parent ca79e14afe
commit a48b8974ee

View File

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "bit"; pname = "bit";
version = "1.0.6"; version = "1.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chriswalz"; owner = "chriswalz";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-juQAFVqs0d4EtoX24EyrlKd2qRRseP+jKfM0ymkD39E="; sha256 = "sha256-85GEx9y8r9Fjgfcwh1Bi8WDqBm6KF7uidutlF77my60=";
}; };
vendorSha256 = "sha256-3Y/B14xX5jaoL44rq9+Nn4niGViLPPXBa8WcJgTvYTA="; vendorSha256 = "sha256-3Y/B14xX5jaoL44rq9+Nn4niGViLPPXBa8WcJgTvYTA=";