Merge pull request #318016 from wegank/taler-bump

This commit is contained in:
Sandro 2024-06-10 15:52:03 +02:00 committed by GitHub
commit 36e3422e7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 12 deletions

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnunet"; pname = "gnunet";
version = "0.21.1"; version = "0.21.2";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/gnunet/gnunet-${version}.tar.gz"; url = "mirror://gnu/gnunet/gnunet-${version}.tar.gz";
hash = "sha256-k+aLPqynCHJz49doX+auOLLoBV5MnnANNg3UBVJJeFw="; hash = "sha256-jCNRJo6bi6KtKIuLM3zjmfecGOP/2WCAP07V3n3an6E=";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;

View File

@ -21,12 +21,12 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "challenger"; pname = "challenger";
version = "0.10.0"; version = "0.11.0";
src = fetchgit { src = fetchgit {
url = "https://git.taler.net/challenger.git"; url = "https://git.taler.net/challenger.git";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-fjT3igPQ9dQtOezwZVfK5fBaL22FKOCbjUF0U1urK0g="; hash = "sha256-utME8ywCf4hjgOZWp4j2+dNPPLbAqHd80A62waVvONE=";
}; };
# https://git.taler.net/challenger.git/tree/bootstrap # https://git.taler.net/challenger.git/tree/bootstrap

View File

@ -19,12 +19,12 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "sync"; pname = "sync";
version = "0.10.1"; version = "0.11.0";
src = fetchgit { src = fetchgit {
url = "https://git.taler.net/sync.git"; url = "https://git.taler.net/sync.git";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-7EBm4Zp1sjZw7pXxQySY+1It3C/KLG2SHhqUPhDATbg="; hash = "sha256-IGYc4Olbn9lVnN1THR2BXzllD1li/vhWwHg+1WU84YM=";
}; };
strictDeps = true; strictDeps = true;

View File

@ -21,7 +21,7 @@
}: }:
let let
version = "0.10.2"; version = "0.11.2";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "taler-exchange"; pname = "taler-exchange";
@ -31,7 +31,7 @@ stdenv.mkDerivation {
url = "https://git.taler.net/exchange.git"; url = "https://git.taler.net/exchange.git";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-dl8lZ7uKUr+KSUaT4xlkaX3W5UoW2Zfu/0iVXvLejnA="; hash = "sha256-DflUfXAe310LRhZmaHgF1ZpCi+hHF30lpzAIpI1HZvM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -12,12 +12,13 @@
}: }:
let let
version = "0.10.2"; version = "0.11.3";
taler-wallet-core = fetchgit { taler-wallet-core = fetchgit {
url = "https://git.taler.net/wallet-core.git"; url = "https://git.taler.net/wallet-core.git";
rev = "v${version}"; # https://taler.net/fr/news/2024-11.html
hash = "sha256-jC8XhcHZxv7ww+wspJUqTq6x6FIeEehQmE03ttJZWT4="; rev = "v0.11.2";
hash = "sha256-GtR87XqmunYubh9EiY3bJIqXiXrT+re3KqWypYK3NCo=";
}; };
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -28,7 +29,7 @@ stdenv.mkDerivation {
url = "https://git.taler.net/merchant.git"; url = "https://git.taler.net/merchant.git";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-WY5Fk5HcVjxsnqt69m8E9ikW+nQDkCuKtT1CTsupz5c="; hash = "sha256-Rak6p8cuCHPZxrXqrv3YUU3pFFw4GWf8bcd3Ur+o7Wg=";
}; };
postUnpack = '' postUnpack = ''