mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
commit
12fc0f19fe
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "i7z";
|
pname = "i7z";
|
||||||
version = "0.27.3";
|
version = "0.27.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DimitryAndric";
|
owner = "DimitryAndric";
|
||||||
repo = "i7z";
|
repo = "i7z";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0l8wz0ffb27nkwchc606js652spk8masy3kjmzh7ygipwsary5ds";
|
sha256 = "00c4ng30ry88hcya4g1i9dngiqmz3cs31x7qh1a10nalxn1829xy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses ] ++ lib.optional withGui qtbase;
|
buildInputs = [ ncurses ] ++ lib.optional withGui qtbase;
|
||||||
|
|
Loading…
Reference in a new issue