Commit 5b01aaa0 authored by Weijia Wang's avatar Weijia Wang
Browse files

taler-wallet-core: 0.13.3 -> 0.14.1

parent e0df174c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -37,12 +37,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "taler-wallet-core";
  version = "0.13.3";
  version = "0.14.1";

  src = fetchgit {
    url = "https://git.taler.net/wallet-core.git";
    rev = "v${finalAttrs.version}";
    hash = "sha256-9pRhaQNnIzbhahMaTVVZqLTlAxh7GZxoz4Gf3TDldAA=";
    hash = "sha256-Sae83qGPqVwuxKf30zHCmdOoo5rDPBHKSOE1hxNn7Xo=";
  };

  nativeBuildInputs = [
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {

  pnpmDeps = pnpm.fetchDeps {
    inherit (finalAttrs) pname version src;
    hash = "sha256-+RxTTm5t0/0hLKxhWILzb0qf6aZzbOZJYJenRpX8UdA=";
    hash = "sha256-BVVmv0VVvQ2YhL0zOKiM1oVKJKvqwMGNR47DkcCj874=";
  };

  buildInputs = [ nodejs ];