Unverified Commit ca102070 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #254255 from foo-dogsquared/update-vipsdisp

vipsdisp: 2.5.1 -> 2.6.0
parents 05dda154 f9dc9b17
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "vipsdisp";
  version = "2.5.1";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "jcupitt";
    repo = "vipsdisp";
    rev = "v${version}";
    hash = "sha256-hx7daXVarV4JdxZfwnTHsuxxijCRP17gkOjicI3EFlM=";
    hash = "sha256-iLjS3vBhdPPQNtIaM++xKekYTsr1X9f6ED2A7DYV7Lc=";
  };

  postPatch = ''
@@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/jcupitt/vipsdisp";
    description = "Tiny image viewer with libvips";
    license = licenses.mit;
    mainProgram = "vipsdisp";
    maintainers = with maintainers; [ foo-dogsquared ];
    platforms = platforms.unix;
  };
}