Skip to content

Commit

Permalink
taler-mdb: 0.10.0 -> 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and fricklerhandwerk committed Sep 12, 2024
1 parent 5b6dfa4 commit 30c4303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/taler-mdb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
taler-merchant,
qrencode,
}: let
version = "0.10.0";
version = "0.13.0";
in
stdenv.mkDerivation {
inherit version;
Expand All @@ -24,7 +24,7 @@ in
src = fetchgit {
url = "https://git.taler.net/taler-mdb.git";
rev = "v${version}";
hash = "sha256-vHD20Z/hO6Cwba2MfeEaNm1867Anu9l01/4oroWafJA=";
hash = "sha256-vc9e2fFiNvbgPY52moBVKVvrcvH0I4mxvSQK5IL7lBE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 30c4303

Please sign in to comment.