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 5b6dfa4 commit 30c4303Copy full SHA for 30c4303
pkgs/by-name/taler-mdb/package.nix
@@ -15,7 +15,7 @@
15
taler-merchant,
16
qrencode,
17
}: let
18
- version = "0.10.0";
+ version = "0.13.0";
19
in
20
stdenv.mkDerivation {
21
inherit version;
@@ -24,7 +24,7 @@ in
24
src = fetchgit {
25
url = "https://git.taler.net/taler-mdb.git";
26
rev = "v${version}";
27
- hash = "sha256-vHD20Z/hO6Cwba2MfeEaNm1867Anu9l01/4oroWafJA=";
+ hash = "sha256-vc9e2fFiNvbgPY52moBVKVvrcvH0I4mxvSQK5IL7lBE=";
28
};
29
30
nativeBuildInputs = [
0 commit comments