taler-sync: 0.13.1 -> 0.14.1

This commit is contained in:
Weijia Wang
2025-01-03 04:12:53 +01:00
parent 2b9d0e926b
commit 2730726cf6
+2 -2
View File
@@ -19,12 +19,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "taler-sync";
version = "0.13.1";
version = "0.14.1";
src = fetchgit {
url = "https://git.taler.net/sync.git";
rev = "v${finalAttrs.version}";
hash = "sha256-v5OQVpyTDWYGJrEbnOIDYu0nZlJcMN5AGunfn6G7s20=";
hash = "sha256-v+BBn9GZ+4Zc8iUebGmLtxAQN+7+cTdG8jNOpi+jN2c=";
};
strictDeps = true;