taler-exchange: 0.11.2 -> 0.12.0

This commit is contained in:
Weijia Wang 2024-08-15 14:29:24 +02:00
parent 6a9b41f437
commit cc8e3c2dca

View File

@ -21,7 +21,7 @@
}: }:
let let
version = "0.11.2"; version = "0.12.0";
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-DflUfXAe310LRhZmaHgF1ZpCi+hHF30lpzAIpI1HZvM="; hash = "sha256-yHRRMlqFA2OiFg0rBVzn7130wyVaxKn2dChFTPnVtbs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [