libgnunetchat: 0.6.0 -> 0.6.1

This commit is contained in:
Weijia Wang
2026-01-28 17:01:33 +01:00
parent 65653c9e90
commit fd2ba8bddb
+10 -2
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchgit,
fetchpatch,
meson,
ninja,
pkg-config,
@@ -16,14 +17,21 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libgnunetchat";
version = "0.6.0";
version = "0.6.1";
src = fetchgit {
url = "https://git.gnunet.org/libgnunetchat.git";
tag = "v${finalAttrs.version}";
hash = "sha256-pRO8i7tHynCqm97RLMBOiWKCl2CAYBE6RXfyIljIiQ0=";
hash = "sha256-FKFoIuGGPcYVRBrsqn1rnodRVCLAjLKlgZOs9v4H+8w=";
};
patches = [
(fetchpatch {
url = "https://build.opensuse.org/public/source/openSUSE:Factory/libgnunetchat/libgnunetchat-0.6.1-gnunet-0.26.2.patch?rev=6";
hash = "sha256-Q0FvZUXSnYwK+LsN9MoW7v+gPYmD7w4E+bXNDluhxfI=";
})
];
strictDeps = true;
nativeBuildInputs = [