We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c38f7 commit 1dde4eaCopy full SHA for 1dde4ea
pkgs/by-name/ta/taler-wallet-core/package.nix
@@ -37,12 +37,12 @@ let
37
in
38
stdenv.mkDerivation (finalAttrs: {
39
pname = "taler-wallet-core";
40
- version = "0.13.1";
+ version = "0.13.3";
41
42
src = fetchgit {
43
url = "https://git.taler.net/wallet-core.git";
44
rev = "v${finalAttrs.version}";
45
- hash = "sha256-1TM2kD4HfL3QPzZ3Xzq5Sfycevf94Pkw7HpEoMkujN8=";
+ hash = "sha256-9pRhaQNnIzbhahMaTVVZqLTlAxh7GZxoz4Gf3TDldAA=";
46
};
47
48
nativeBuildInputs = [
0 commit comments