vipsdisp: 4.1.2 -> 4.1.3 (#471744)

This commit is contained in:
Weijia Wang
2026-02-04 06:15:56 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "vipsdisp";
version = "4.1.2";
version = "4.1.3";
src = fetchFromGitHub {
owner = "jcupitt";
repo = "vipsdisp";
tag = "v${version}";
hash = "sha256-9L8l/afD6phq8T3ReYqQQgD1CztW5gw0MME23Ut/lEE=";
hash = "sha256-xTvs52k+OHDaKXu83kKc17lpx0/SmdOI6BaUmBQ/WoY=";
};
postPatch = ''