taler-merchant: 0.10.1 -> 0.10.2

This commit is contained in:
Weijia Wang 2024-04-28 05:40:07 +02:00
parent 0a76f2f14a
commit e8ada768ec

View File

@ -12,12 +12,12 @@
}: }:
let let
version = "0.10.1"; version = "0.10.2";
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}"; rev = "v${version}";
hash = "sha256-sgiJd1snN9JDqS7IUeORKL60Gcm7XwL/JCX3sNRDTdY="; hash = "sha256-jC8XhcHZxv7ww+wspJUqTq6x6FIeEehQmE03ttJZWT4=";
}; };
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -28,7 +28,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-8VpoyloLpd/HckSIRU6IclWUXQyEHqlcNdoJI9U3t0Y="; hash = "sha256-WY5Fk5HcVjxsnqt69m8E9ikW+nQDkCuKtT1CTsupz5c=";
}; };
postUnpack = '' postUnpack = ''