Unverified Commit 6228c130 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #283901 from hzeller/20240125-update-timg

timg: 1.5.3 -> 1.6.0
parents 7efa3969 af1f72b0
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
, libjpeg
, libsixel
, openslide
, poppler
, librsvg
, cairo
, pkg-config
, stb
, qoi
@@ -16,13 +19,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "timg";
  version = "1.5.3";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "hzeller";
    repo = "timg";
    rev = "v${finalAttrs.version}";
    hash = "sha256-u52ipc3I57ldKXjmXqFuIXIYIrs5c9TSvgs1HfIu44U=";
    hash = "sha256-rTqToWgCPQeRYnMUmhPd/lJPX6L9PstFs1NczyecaB0=";
  };

  buildInputs = [
@@ -33,6 +36,9 @@ stdenv.mkDerivation (finalAttrs: {
    libjpeg
    libsixel
    openslide
    poppler
    librsvg
    cairo
    qoi.dev
    stb
  ];