Skip to content

Commit

Permalink
taler-wallet-core: 0.10.7 -> 0.11.2 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jun 7, 2024
1 parent 872c83c commit 86f4b86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/taler-wallet-core/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
stdenv,
esbuild,
buildGoModule,
fetchFromGitHub,
fetchgit,
Expand Down Expand Up @@ -41,12 +40,12 @@
};
taler-wallet-core-pnpm-deps = stdenv.mkDerivation rec {
pname = "taler-wallet-core-pnpm-deps";
version = "0.10.7";
version = "0.11.2";

src = fetchgit {
url = "https://git.taler.net/wallet-core.git";
rev = "v${version}";
hash = "sha256-eKUuzw25Z7EYkk6YaFKAnRYuB04QC3swjn8tGm8uQNk=";
hash = "sha256-GtR87XqmunYubh9EiY3bJIqXiXrT+re3KqWypYK3NCo=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -77,11 +76,12 @@

dontFixup = true;

outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash =
{
x86_64-linux = "sha256-pJrezaEDx7e8qZMICSQmtCwlA9RNObbrFYsnPd3Ag8Y=";
aarch64-linux = "sha256-48YXhLFbCsL0UqfrOI6a6MqJl0UpqQbMtbKsw6rjhcU=";
aarch64-linux = "sha256-8n/vM4RVyfbYf34i5CtlI/Hj9LGZtCpgYVnOvBZI7x4=";
x86_64-linux = "sha256-gsWbzFNy/bH+MLisiRms+sjF0fIdbChFbWjbhl8eA+Q=";
}
.${stdenv.system}
or (throw "Unsupported system: ${stdenv.system}");
Expand Down

0 comments on commit 86f4b86

Please sign in to comment.