libmsgraph: 0.3.3 → 0.3.4

https://gitlab.gnome.org/GNOME/msgraph/-/compare/0.3.3...0.3.4
This commit is contained in:
Jan Tojnar
2026-01-31 13:25:32 +01:00
parent f214de9854
commit 0cca0feb09
+2 -2
View File
@@ -18,7 +18,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmsgraph";
version = "0.3.3";
version = "0.3.4";
outputs = [
"out"
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/msgraph/${lib.versions.majorMinor finalAttrs.version}/msgraph-${finalAttrs.version}.tar.xz";
hash = "sha256-N9fhLyqZBJCuohGE8LJ+C5Feu05QlvTWYyxiBRwFQBI=";
hash = "sha256-BzHs5rArMu7/u72Y79x3vAPd0gZR7q46Q0Pwh5sE1sc=";
};
nativeBuildInputs = [