Merge pull request #318016 from wegank/taler-bump

authored by Sandro and committed by GitHub 36e3422e 1ffce2e3

+13 -12
+2 -2
pkgs/applications/networking/p2p/gnunet/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "gnunet"; 10 - version = "0.21.1"; 10 + version = "0.21.2"; 11 11 12 12 src = fetchurl { 13 13 url = "mirror://gnu/gnunet/gnunet-${version}.tar.gz"; 14 - hash = "sha256-k+aLPqynCHJz49doX+auOLLoBV5MnnANNg3UBVJJeFw="; 14 + hash = "sha256-jCNRJo6bi6KtKIuLM3zjmfecGOP/2WCAP07V3n3an6E="; 15 15 }; 16 16 17 17 enableParallelBuilding = true;
+2 -2
pkgs/by-name/ch/challenger/package.nix
··· 21 21 22 22 stdenv.mkDerivation (finalAttrs: { 23 23 pname = "challenger"; 24 - version = "0.10.0"; 24 + version = "0.11.0"; 25 25 26 26 src = fetchgit { 27 27 url = "https://git.taler.net/challenger.git"; 28 28 rev = "v${finalAttrs.version}"; 29 - hash = "sha256-fjT3igPQ9dQtOezwZVfK5fBaL22FKOCbjUF0U1urK0g="; 29 + hash = "sha256-utME8ywCf4hjgOZWp4j2+dNPPLbAqHd80A62waVvONE="; 30 30 }; 31 31 32 32 # https://git.taler.net/challenger.git/tree/bootstrap
+2 -2
pkgs/by-name/sy/sync/package.nix
··· 19 19 20 20 stdenv.mkDerivation (finalAttrs: { 21 21 pname = "sync"; 22 - version = "0.10.1"; 22 + version = "0.11.0"; 23 23 24 24 src = fetchgit { 25 25 url = "https://git.taler.net/sync.git"; 26 26 rev = "v${finalAttrs.version}"; 27 - hash = "sha256-7EBm4Zp1sjZw7pXxQySY+1It3C/KLG2SHhqUPhDATbg="; 27 + hash = "sha256-IGYc4Olbn9lVnN1THR2BXzllD1li/vhWwHg+1WU84YM="; 28 28 }; 29 29 30 30 strictDeps = true;
+2 -2
pkgs/by-name/ta/taler-exchange/package.nix
··· 21 21 }: 22 22 23 23 let 24 - version = "0.10.2"; 24 + version = "0.11.2"; 25 25 in 26 26 stdenv.mkDerivation { 27 27 pname = "taler-exchange"; ··· 31 31 url = "https://git.taler.net/exchange.git"; 32 32 rev = "v${version}"; 33 33 fetchSubmodules = true; 34 - hash = "sha256-dl8lZ7uKUr+KSUaT4xlkaX3W5UoW2Zfu/0iVXvLejnA="; 34 + hash = "sha256-DflUfXAe310LRhZmaHgF1ZpCi+hHF30lpzAIpI1HZvM="; 35 35 }; 36 36 37 37 nativeBuildInputs = [
+5 -4
pkgs/by-name/ta/taler-merchant/package.nix
··· 12 12 }: 13 13 14 14 let 15 - version = "0.10.2"; 15 + version = "0.11.3"; 16 16 17 17 taler-wallet-core = fetchgit { 18 18 url = "https://git.taler.net/wallet-core.git"; 19 - rev = "v${version}"; 20 - hash = "sha256-jC8XhcHZxv7ww+wspJUqTq6x6FIeEehQmE03ttJZWT4="; 19 + # https://taler.net/fr/news/2024-11.html 20 + rev = "v0.11.2"; 21 + hash = "sha256-GtR87XqmunYubh9EiY3bJIqXiXrT+re3KqWypYK3NCo="; 21 22 }; 22 23 in 23 24 stdenv.mkDerivation { ··· 28 29 url = "https://git.taler.net/merchant.git"; 29 30 rev = "v${version}"; 30 31 fetchSubmodules = true; 31 - hash = "sha256-WY5Fk5HcVjxsnqt69m8E9ikW+nQDkCuKtT1CTsupz5c="; 32 + hash = "sha256-Rak6p8cuCHPZxrXqrv3YUU3pFFw4GWf8bcd3Ur+o7Wg="; 32 33 }; 33 34 34 35 postUnpack = ''