i7z: 0.27.3 -> 0.27.4

This commit is contained in:
Sergei Trofimovich 2021-11-10 23:02:47 +00:00
parent 52c1e6486e
commit 8422573922

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "i7z";
version = "0.27.3";
version = "0.27.4";
src = fetchFromGitHub {
owner = "DimitryAndric";
repo = "i7z";
rev = "v${version}";
sha256 = "0l8wz0ffb27nkwchc606js652spk8masy3kjmzh7ygipwsary5ds";
sha256 = "00c4ng30ry88hcya4g1i9dngiqmz3cs31x7qh1a10nalxn1829xy";
};
buildInputs = [ ncurses ] ++ lib.optional withGui qtbase;