vipsdisp: 2.5.0 -> 2.5.1

This commit is contained in:
Gabriel Arazas 2023-07-25 10:53:52 +08:00
parent 7687b8464f
commit fd6eae6343

View file

@ -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 = ''