Merge pull request #264628 from r-ryantm/auto-update/imgcat
This commit is contained in:
commit
4bd96bdbc5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "imgcat";
|
pname = "imgcat";
|
||||||
version = "2.5.1";
|
version = "2.5.2";
|
||||||
|
|
||||||
buildInputs = [ ncurses cimg ];
|
buildInputs = [ ncurses cimg ];
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "eddieantonio";
|
owner = "eddieantonio";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-EkVE6BgoA1lo4oqlNETTxLILIVvGXspFyXykxpmYk8M=";
|
sha256 = "sha256-61xIB/Fa+Utu694aITzBoMQeYa0Trh5L0oIKp8Be+D0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
env.NIX_CFLAGS_COMPILE = "-Wno-error";
|
env.NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
|
Loading…
Reference in New Issue
Block a user