ethq: 0.6.3 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-06-18 05:21:15 +00:00
parent bd8d034e65
commit 5e091e5aff

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ethq";
version = "0.6.3";
version = "0.7.0";
src = fetchFromGitHub {
owner = "isc-projects";
repo = "ethq";
rev = "refs/tags/v${builtins.replaceStrings ["."] ["_"] version}";
hash = "sha256-dr37KiSnP0S0OjQof242EcbH+y4pCCzu6R9D6fXR9qc=";
hash = "sha256-ye5ep9EM9Sq/NqNZHENPmFZefVBx1BGrPm3YEG1NcSc=";
};
buildInputs = [ ncurses ];