about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/torq
diff options
context:
space:
mode:
authorMartin Milata <martin@martinmilata.cz>2023-03-07 00:43:25 +0100
committerMartin Milata <martin@martinmilata.cz>2023-03-07 00:43:25 +0100
commitbf98b333ee4ca6b0ea3140bb5fe5e14910863caa (patch)
treebfc4725be10144151d36b3d420331fc2bdfcec73 /pkgs/applications/blockchains/torq
parent33c9fd85e52f925e05f4a6bd69811f97e5ccdc15 (diff)
torq: 0.18.17 -> 0.18.19
Diffstat (limited to 'pkgs/applications/blockchains/torq')
-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 657e5b0e3ffab..c57ab07e4045c 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" ];