Unverified Commit 4ed8111e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

vipsdisp: 2.5.0 -> 2.5.1
parents 5c1906aa fd6eae63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

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

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

  postPatch = ''