taler-merchant: 0.14.1 -> 0.14.6-unstable-2025-03-02

This commit is contained in:
eljamm
2025-03-29 21:22:18 +05:30
committed by Masum Reza
parent e0143a9971
commit df5d845f92
+3 -3
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "taler-merchant";
version = "0.14.1";
version = "0.14.6-unstable-2025-03-02";
src = fetchgit {
url = "https://git.taler.net/merchant.git";
rev = "v${finalAttrs.version}";
rev = "c84ed905e2d4af60162a7def5c0fc430394930e6";
fetchSubmodules = true;
hash = "sha256-ac7ajHBLW6BJrL0iaa+b7XNZHMEEmbAo17URIdPSXd8=";
hash = "sha256-LXmrY8foiYOxCik23d3f4t9+tldbm7bVGG8eQOLsm+A=";
};
postUnpack = ''