Skip to content

Commit 82be47a

Browse files
authored
taler-wallet-core: 0.13.1 -> 0.13.3 (#342600)
2 parents d572d95 + 1dde4ea commit 82be47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ta/taler-wallet-core/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ let
3737
in
3838
stdenv.mkDerivation (finalAttrs: {
3939
pname = "taler-wallet-core";
40-
version = "0.13.1";
40+
version = "0.13.3";
4141

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

4848
nativeBuildInputs = [

0 commit comments

Comments
 (0)