taler-wallet-core: 0.12.12 -> 0.13.1

This commit is contained in:
eljamm
2024-09-04 12:45:21 +02:00
committed by Valentin Gagarin
parent e825dd48b5
commit bc58153bdc
@@ -37,12 +37,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "taler-wallet-core";
version = "0.12.12";
version = "0.13.1";
src = fetchgit {
url = "https://git.taler.net/wallet-core.git";
rev = "v${finalAttrs.version}";
hash = "sha256-36P74gRFSdDzyas/OFyjdwnoIT3sjVmSs/N4ozld7sE=";
hash = "sha256-1TM2kD4HfL3QPzZ3Xzq5Sfycevf94Pkw7HpEoMkujN8=";
};
nativeBuildInputs = [