summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-03-07 03:16:21 +0100
committerGitHub <noreply@github.com>2023-03-07 03:16:21 +0100
commit67d18c846e7c3ed74153040cf3f148e832c52348 (patch)
tree29942eec4bde5b157e766ed8627e69c254996285
parent600083dc582e523d47d4cdee0baae4afac28bfd2 (diff)
parentbf98b333ee4ca6b0ea3140bb5fe5e14910863caa (diff)
Merge pull request #219903 from mmilata/torq-01819
-rw-r--r--pkgs/applications/blockchains/torq/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/torq/default.nix b/pkgs/applications/blockchains/torq/default.nix
index 657e5b0e3ffa..c57ab07e4045 100644
--- a/pkgs/applications/blockchains/torq/default.nix
+++ b/pkgs/applications/blockchains/torq/default.nix
@@ -6,20 +6,20 @@
let
pname = "torq";
- version = "0.18.17";
+ version = "0.18.19";
src = fetchFromGitHub {
owner = "lncapital";
repo = pname;
rev = "v${version}";
- hash = "sha256-xiA66yGo8b1+zZ7jQ7SFOtNPmqbdna7fUCT21uibrIM=";
+ hash = "sha256-qJIAH8SrB5a7j6ptorEm6fryZj63vDQIUQIgRsVn1us=";
};
web = buildNpmPackage {
pname = "${pname}-frontend";
inherit version;
src = "${src}/web";
- npmDepsHash = "sha256-/7x5RWYIB5BChYMnMuFVVaZd0pVkew4i4QrF7hSFnCM=";
+ npmDepsHash = "sha256-WulYJE2pdVa5hquV/7UjR1z9PkglJXOq5fv8nLa4wos=";
# copied from upstream Dockerfile
npmInstallFlags = [ "--legacy-peer-deps" ];