bit: 1.1.1 -> 1.1.2

wip/nixpkgs-raku
Fabian Affolter 3 years ago
parent b118976151
commit 193c06f5f2
  1. 4
      pkgs/applications/version-management/git-and-tools/bit/default.nix

@ -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=";

Loading…
Cancel
Save