Merge pull request #275346 from r-ryantm/auto-update/imgcat

imgcat: 2.5.2 -> 2.6.0
This commit is contained in:
Weijia Wang 2024-01-03 18:16:11 +01:00 committed by GitHub
commit 1b82dd1109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "imgcat";
version = "2.5.2";
version = "2.6.0";
buildInputs = [ ncurses cimg ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "eddieantonio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-61xIB/Fa+Utu694aITzBoMQeYa0Trh5L0oIKp8Be+D0=";
sha256 = "sha256-miFjlahTI0GDpgsjnA/K1R4R5654M8AoK78CycoLTqA=";
};
env.NIX_CFLAGS_COMPILE = "-Wno-error";