Merge pull request #320694 from r-ryantm/auto-update/ethq

ethq: 0.6.3 -> 0.7.0
This commit is contained in:
Nick Cao 2024-06-18 16:28:29 -04:00 committed by GitHub
commit 7f578aebd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];