taler-wallet-core: 0.13.1 -> 0.13.3

This commit is contained in:
eljamm 2024-09-17 18:36:55 +01:00
parent f2c38f7cfc
commit 1dde4ea2ca
No known key found for this signature in database
GPG Key ID: 7630FDF7C8FB1F3F

View File

@ -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 = [