Skip to content

Commit f7bfe79

Browse files
authored
libmanette: 0.2.7 -> 0.2.9 (#341774)
2 parents b463ad5 + 9ad9d8f commit f7bfe79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/libmanette/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
stdenv.mkDerivation rec {
2121
pname = "libmanette";
22-
version = "0.2.7";
22+
version = "0.2.9";
2323

2424
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
2525

2626
src = fetchurl {
2727
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
28-
hash = "sha256-zd1cAqExBywZxs3m8sss1X6ufay1DRTDN+/ZgLqlGlE=";
28+
hash = "sha256-KTZr5UUvYKdMZfxk/+LXTt3U5uaCTCzvpWekO9kraI8=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)