libgnunetchat: 0.5.3 -> 0.6.0

eljamm 134e00e0 07353187

+3 -2
+3 -2
pkgs/by-name/li/libgnunetchat/package.nix
··· 16 17 stdenv.mkDerivation (finalAttrs: { 18 name = "libgnunetchat"; 19 - version = "0.5.3"; 20 21 src = fetchgit { 22 url = "https://git.gnunet.org/libgnunetchat.git"; 23 tag = "v${finalAttrs.version}"; 24 - hash = "sha256-DhXPYa8ya9cEbwa4btQTrpjfoTGhzBInWXXH4gmDAQw="; 25 }; 26 27 strictDeps = true; ··· 51 pkgConfigModules = [ "gnunetchat" ]; 52 description = "Library for secure, decentralized chat using GNUnet network services"; 53 homepage = "https://git.gnunet.org/libgnunetchat.git"; 54 license = lib.licenses.gpl3Plus; 55 platforms = lib.platforms.all; 56 teams = with lib.teams; [ ngi ];
··· 16 17 stdenv.mkDerivation (finalAttrs: { 18 name = "libgnunetchat"; 19 + version = "0.6.0"; 20 21 src = fetchgit { 22 url = "https://git.gnunet.org/libgnunetchat.git"; 23 tag = "v${finalAttrs.version}"; 24 + hash = "sha256-pRO8i7tHynCqm97RLMBOiWKCl2CAYBE6RXfyIljIiQ0="; 25 }; 26 27 strictDeps = true; ··· 51 pkgConfigModules = [ "gnunetchat" ]; 52 description = "Library for secure, decentralized chat using GNUnet network services"; 53 homepage = "https://git.gnunet.org/libgnunetchat.git"; 54 + changelog = "https://git.gnunet.org/libgnunetchat.git/plain/ChangeLog?h=v${finalAttrs.version}"; 55 license = lib.licenses.gpl3Plus; 56 platforms = lib.platforms.all; 57 teams = with lib.teams; [ ngi ];