We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66faa1 commit 950d3e1Copy full SHA for 950d3e1
1 file changed
pkgs/by-name/taler-mdb/package.nix
@@ -19,12 +19,12 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "taler-mdb";
22
- version = "1.4.0";
+ version = "1.5.1";
23
24
src = fetchgit {
25
url = "https://git-www.taler.net/taler-mdb.git";
26
rev = "v${finalAttrs.version}";
27
- hash = "sha256-RRUq5H/wXv/eK+aISGfcxLLTPYjs22V43XZiM5Az6M0=";
+ hash = "sha256-lqeBbPZ7N20pBLFRmAcz2JVKG2QYXTYUzxmcekp6I80=";
28
fetchSubmodules = true;
29
};
30
0 commit comments