Skip to content

Commit

Permalink
regbot: 0.7.2 -> 0.8.0 (#364226)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents f8fc738 + b33ef4e commit 13fe27f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/re/regclient/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ in

buildGoModule rec {
pname = "regclient";
version = "0.7.2";
version = "0.8.0";
tag = "v${version}";

src = fetchFromGitHub {
owner = "regclient";
repo = "regclient";
rev = tag;
sha256 = "sha256-Py/SmCptVfSJ8JA4mOxLcrkHcoiGgHHcDCdgophEOkw=";
sha256 = "sha256-vMMRzCI40d33xodOMp+i1SDl1DakuIFk341+/6blKHk=";
};
vendorHash = "sha256-9nPavlBdrQqvXp6yl8wgZtt8Qo7BfqwISBrb8AeH150=";
vendorHash = "sha256-yEAzv91EGt+//GWQZM7/w2bI6LztEcIxwKviamhMqwo=";

outputs = [ "out" ] ++ bins;

Expand Down

0 comments on commit 13fe27f

Please sign in to comment.