Merge pull request #289509 from trofi/libmanette-update

libmanette: 0.2.6 -> 0.2.7
This commit is contained in:
maxine 2024-02-19 19:00:26 +01:00 committed by GitHub
commit 6021282979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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