hydroxide: 0.2.23 -> 0.2.24

This commit is contained in:
R. Ryantm 2022-09-05 16:13:56 +00:00
parent ce2fb59c64
commit f0139430dc

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "hydroxide"; pname = "hydroxide";
version = "0.2.23"; version = "0.2.24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emersion"; owner = "emersion";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Hc348rlwICnPWq7qYzFE01QeeJuQpSP19NjXtGqI10o="; sha256 = "sha256-Bstrg/TtGpC4zeJEYgycwdzBMfMbQX0S6okdtUiVMIQ=";
}; };
vendorSha256 = "sha256-M5QlhF2Cj1jn5NNiKj1Roh9+sNCWxQEb4vbtsDfapWY="; vendorSha256 = "sha256-OLsJc/AMtD03KA8SN5rsnaq57/cB7bMB/f7FfEjErEU=";
doCheck = false; doCheck = false;