Skip to content

Commit

Permalink
regbot: 0.4.4 -> 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 22, 2022
1 parent a58203d commit c79ebd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/regclient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ let bins = [ "regbot" "regctl" "regsync" ]; in

buildGoModule rec {
pname = "regclient";
version = "0.4.4";
version = "0.4.5";
tag = "v${version}";

src = fetchFromGitHub {
owner = "regclient";
repo = "regclient";
rev = tag;
sha256 = "sha256-jIdbSDUpSKlb6RES6hx+r+vZyny56aWyjAurCI3mywk=";
sha256 = "sha256-WyjVJp0JVwLitz46YjPGpR/+AjLhjgqTRqabCB9VhHw=";
};
vendorSha256 = "sha256-QTeVgvjRw2wBd8QGoVpRVTTh+Wwu2NEZYR1Z9R52/p0=";

Expand Down

0 comments on commit c79ebd3

Please sign in to comment.