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

vipsdisp: 2.5.1 -> 2.6.0

authored by

Weijia Wang and committed by
GitHub
ca102070 05dda154

+4 -2
+4 -2
pkgs/applications/graphics/vipsdisp/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "vipsdisp"; 15 - version = "2.5.1"; 15 + version = "2.6.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "jcupitt"; 19 19 repo = "vipsdisp"; 20 20 rev = "v${version}"; 21 - hash = "sha256-hx7daXVarV4JdxZfwnTHsuxxijCRP17gkOjicI3EFlM="; 21 + hash = "sha256-iLjS3vBhdPPQNtIaM++xKekYTsr1X9f6ED2A7DYV7Lc="; 22 22 }; 23 23 24 24 postPatch = '' ··· 46 46 homepage = "https://github.com/jcupitt/vipsdisp"; 47 47 description = "Tiny image viewer with libvips"; 48 48 license = licenses.mit; 49 + mainProgram = "vipsdisp"; 49 50 maintainers = with maintainers; [ foo-dogsquared ]; 51 + platforms = platforms.unix; 50 52 }; 51 53 }