libmsgraph: 0.2.3 → 0.3.3

https://gitlab.gnome.org/GNOME/msgraph/-/compare/0.2.3...0.3.3

This bumps API version but we are fine since gvfs is the only user.

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>

+3 -3
+3 -3
pkgs/by-name/li/libmsgraph/package.nix
··· 18 18 19 19 stdenv.mkDerivation (finalAttrs: { 20 20 pname = "libmsgraph"; 21 - version = "0.2.3"; 21 + version = "0.3.3"; 22 22 23 23 outputs = [ 24 24 "out" ··· 28 28 29 29 src = fetchurl { 30 30 url = "mirror://gnome/sources/msgraph/${lib.versions.majorMinor finalAttrs.version}/msgraph-${finalAttrs.version}.tar.xz"; 31 - hash = "sha256-7ULoAMt/CgdHfNnj50TNwaJApq16uWuKh1gGJnqf3bA="; 31 + hash = "sha256-N9fhLyqZBJCuohGE8LJ+C5Feu05QlvTWYyxiBRwFQBI="; 32 32 }; 33 33 34 34 nativeBuildInputs = [ ··· 53 53 54 54 postFixup = '' 55 55 # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back. 56 - moveToOutput "share/doc/msgraph-0" "$devdoc" 56 + moveToOutput "share/doc/msgraph-1" "$devdoc" 57 57 ''; 58 58 59 59 passthru = {