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>
This commit is contained in:
Jan Tojnar 2025-03-02 23:51:07 +00:00
parent b122500317
commit dd47a4d86c

View file

@ -18,7 +18,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "libmsgraph"; pname = "libmsgraph";
version = "0.2.3"; version = "0.3.3";
outputs = [ outputs = [
"out" "out"
@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/msgraph/${lib.versions.majorMinor finalAttrs.version}/msgraph-${finalAttrs.version}.tar.xz"; url = "mirror://gnome/sources/msgraph/${lib.versions.majorMinor finalAttrs.version}/msgraph-${finalAttrs.version}.tar.xz";
hash = "sha256-7ULoAMt/CgdHfNnj50TNwaJApq16uWuKh1gGJnqf3bA="; hash = "sha256-N9fhLyqZBJCuohGE8LJ+C5Feu05QlvTWYyxiBRwFQBI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
postFixup = '' postFixup = ''
# Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back. # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
moveToOutput "share/doc/msgraph-0" "$devdoc" moveToOutput "share/doc/msgraph-1" "$devdoc"
''; '';
passthru = { passthru = {