quorum: 24.4.0 -> 24.4.1

This commit is contained in:
R. Ryantm 2024-06-13 02:49:14 +00:00
parent 0e3a6393a0
commit 815ebd3b75

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "quorum";
version = "24.4.0";
version = "24.4.1";
src = fetchFromGitHub {
owner = "Consensys";
repo = pname;
rev = "v${version}";
hash = "sha256-vQyKguoSUU6Drkg8XqWtK8Ow/B9dqDKkKq6yeDQk1c0=";
hash = "sha256-pW8I4ivcKo6dsa8rQVKU6nUZuKxaki/7cMDKwEsSzNw=";
};
vendorHash = "sha256-YK2zpQz4pAFyA+aHOn6Nx0htl5SJ2HNC+TDV1RdLQJk=";