taler-sync: 0.14.1 -> 0.14.2-unstable-2025-03-02

This commit is contained in:
eljamm
2025-03-29 21:22:18 +05:30
committed by Masum Reza
parent df5d845f92
commit fea6e61d6b
+3 -3
View File
@@ -19,12 +19,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "taler-sync";
version = "0.14.1";
version = "0.14.2-unstable-2025-03-02";
src = fetchgit {
url = "https://git.taler.net/sync.git";
rev = "v${finalAttrs.version}";
hash = "sha256-v+BBn9GZ+4Zc8iUebGmLtxAQN+7+cTdG8jNOpi+jN2c=";
rev = "10d0e97f191a8bd7de07049559a2eccb29a78507";
hash = "sha256-aihxgknPCE8tbRfncbMO/zHGg395LHVuXWyln2ryiCw=";
};
strictDeps = true;