Skip to content

Commit

Permalink
regclient: 0.7.1 -> 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 8, 2024
1 parent c6f1ef9 commit 5c9c1da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/regclient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ let bins = [ "regbot" "regctl" "regsync" ]; in

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

src = fetchFromGitHub {
owner = "regclient";
repo = "regclient";
rev = tag;
sha256 = "sha256-QG0qwilYqsueyI3rzpNj9z8gYYRzIorlOID+baORgJU=";
sha256 = "sha256-Py/SmCptVfSJ8JA4mOxLcrkHcoiGgHHcDCdgophEOkw=";
};
vendorHash = "sha256-gqnE3kfBLjV8CroYcJwa9QWCFOL/dBIblPQJZR2DW+4=";
vendorHash = "sha256-9nPavlBdrQqvXp6yl8wgZtt8Qo7BfqwISBrb8AeH150=";

outputs = [ "out" ] ++ bins;

Expand Down

0 comments on commit 5c9c1da

Please sign in to comment.