ethq: 0.6.2 -> 0.6.3

This commit is contained in:
Pierre Bourdon 2024-02-18 19:37:16 +01:00
parent 82e5bc1a59
commit 26efa75ee6
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

View File

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