btcd: 0.23.4 -> 0.24.0

This commit is contained in:
R. Ryantm 2023-12-31 12:04:24 +00:00
parent 55b9aa64c3
commit 91189e7075

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "btcd";
version = "0.23.4";
version = "0.24.0";
src = fetchFromGitHub {
owner = "btcsuite";
repo = pname;
rev = "v${version}";
hash = "sha256-X1kfr6jrVArm0HK0XiN/93OPxqPo8J4U+qglJAf23+A=";
hash = "sha256-TLnJZW2CkvAqPTnJKfBY41siHtdZ+HRABsc+4vnQ9/w=";
};
vendorHash = "sha256-3w8rb0sfAIFCXqPXOKb4QwoLd7WsbFv3phu/rJCEjeY=";
vendorHash = "sha256-quJEpSDltXhJcgI9H707p3HeLj1uuLzaMplT+YXzh/4=";
subPackages = [ "." "cmd/*" ];