Unverified Commit 82be47a5 authored by asymmetric's avatar asymmetric Committed by GitHub
Browse files

taler-wallet-core: 0.13.1 -> 0.13.3 (#342600)

parents d572d955 1dde4ea2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,12 +37,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "taler-wallet-core";
  version = "0.13.1";
  version = "0.13.3";

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

  nativeBuildInputs = [