Skip to content

Commit

Permalink
libmanette: 0.2.7 -> 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Sep 14, 2024
1 parent 81f25b1 commit 9ad9d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libmanette/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9ad9d8f

Please sign in to comment.