libmanette: 0.2.7 -> 0.2.9

Changes: https://gitlab.gnome.org/GNOME/libmanette/-/blob/0.2.9/NEWS
This commit is contained in:
Sergei Trofimovich 2024-09-14 09:28:36 +01:00
parent 81f25b1083
commit 9ad9d8f628

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "libmanette";
version = "0.2.7";
version = "0.2.9";
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-zd1cAqExBywZxs3m8sss1X6ufay1DRTDN+/ZgLqlGlE=";
hash = "sha256-KTZr5UUvYKdMZfxk/+LXTt3U5uaCTCzvpWekO9kraI8=";
};
nativeBuildInputs = [