libmsgraph: 0.2.2 → 0.2.3

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

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-08-07 13:36:55 +00:00
parent cbf82d5bfd
commit 809b0ce8f7
No known key found for this signature in database

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmsgraph";
version = "0.2.2";
version = "0.2.3";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/msgraph/${lib.versions.majorMinor finalAttrs.version}/msgraph-${finalAttrs.version}.tar.xz";
hash = "sha256-EsyVT3ULsTes6FAP6TVdJubgDvbMqrKVDp02DpJ1gzU=";
hash = "sha256-7ULoAMt/CgdHfNnj50TNwaJApq16uWuKh1gGJnqf3bA=";
};
nativeBuildInputs = [