Unverified Commit b90df06f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

vipsdisp: 3.1.0 -> 4.1.2 (#444481)

parents fba35dd9 f63102c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "vipsdisp";
  version = "3.1.0";
  version = "4.1.2";

  src = fetchFromGitHub {
    owner = "jcupitt";
    repo = "vipsdisp";
    tag = "v${version}";
    hash = "sha256-3HciPvem8ySIW/H7d5M71lQV9mBcT6ZlpF3yo8BXsPE=";
    hash = "sha256-9L8l/afD6phq8T3ReYqQQgD1CztW5gw0MME23Ut/lEE=";
  };

  postPatch = ''