Unverified Commit f7bfe794 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

libmanette: 0.2.7 -> 0.2.9 (#341774)

parents b463ad58 9ad9d8f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [