sync: 0.11.0 -> 0.13.1

This commit is contained in:
eljamm
2024-09-04 12:45:21 +02:00
committed by Valentin Gagarin
parent c2c39e33ea
commit d818afc074
+2 -2
View File
@@ -19,12 +19,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sync";
version = "0.11.0";
version = "0.13.1";
src = fetchgit {
url = "https://git.taler.net/sync.git";
rev = "v${finalAttrs.version}";
hash = "sha256-IGYc4Olbn9lVnN1THR2BXzllD1li/vhWwHg+1WU84YM=";
hash = "sha256-v5OQVpyTDWYGJrEbnOIDYu0nZlJcMN5AGunfn6G7s20=";
};
strictDeps = true;