bit: 1.1.1 -> 1.1.2

This commit is contained in:
Fabian Affolter 2021-07-05 22:59:53 +02:00
parent b118976151
commit 193c06f5f2

View file

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