taler-exchange: 0.13.0 -> 0.14.1

This commit is contained in:
Weijia Wang
2025-01-03 04:12:53 +01:00
parent 697af55da3
commit e0df174c69
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "taler-exchange";
version = "0.13.0";
version = "0.14.1";
src = fetchgit {
url = "https://git.taler.net/exchange.git";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-elVZUuiIMLOG058n+Egpy9oD9T2sLDC4TUCYZTCi0bw=";
hash = "sha256-DD6fX54K1q4f2d/IqC+urVpMkypDRaL3lrBoQieGviI=";
};
patches = [ ./0001-add-TALER_TEMPLATING_init_path.patch ];