Commit 2730726c authored by Weijia Wang's avatar Weijia Wang
Browse files

taler-sync: 0.13.1 -> 0.14.1

parent 2b9d0e92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;