We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b463ad5 + 9ad9d8f commit f7bfe79Copy full SHA for f7bfe79
pkgs/development/libraries/libmanette/default.nix
@@ -19,13 +19,13 @@
19
20
stdenv.mkDerivation rec {
21
pname = "libmanette";
22
- version = "0.2.7";
+ version = "0.2.9";
23
24
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
25
26
src = fetchurl {
27
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
28
- hash = "sha256-zd1cAqExBywZxs3m8sss1X6ufay1DRTDN+/ZgLqlGlE=";
+ hash = "sha256-KTZr5UUvYKdMZfxk/+LXTt3U5uaCTCzvpWekO9kraI8=";
29
};
30
31
nativeBuildInputs = [
0 commit comments