about summary refs log tree commit diff
path: root/pkgs/by-name/an
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-24 00:52:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-24 00:52:01 +0000
commitf61ac5417ba6b304eab746dbceced4f4ffea98ac (patch)
tree093a8385cbe4c9fd2bb5bd13273a2b86d9debbba /pkgs/by-name/an
parent71b4a603862e715bac080d0f2e4362813d8c70c3 (diff)
antares: 0.7.22 -> 0.7.23
Diffstat (limited to 'pkgs/by-name/an')
-rw-r--r--pkgs/by-name/an/antares/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/an/antares/package.nix b/pkgs/by-name/an/antares/package.nix
index ff2dff5dc4d56..7e2537d211bbd 100644
--- a/pkgs/by-name/an/antares/package.nix
+++ b/pkgs/by-name/an/antares/package.nix
@@ -7,16 +7,16 @@
 
 buildNpmPackage rec {
   pname = "antares";
-  version = "0.7.22";
+  version = "0.7.23";
 
   src = fetchFromGitHub {
     owner = "antares-sql";
     repo = "antares";
     rev = "v${version}";
-    hash = "sha256-SYnhrwxoyVw+bwfN1PGMsoul+mTfi8UkiP0fNOvVTBc=";
+    hash = "sha256-7bj0f7JrUgHr2g489ABjNLfRERQFx0foDP0YqBTNkzI=";
   };
 
-  npmDepsHash = "sha256-5khFw8Igu2d5SYLh7OiCpUDMOVH5gAje+VnvoESQboo=";
+  npmDepsHash = "sha256-pRrg7fY5P2awds1ncsnD/lDvKmiOKhzjNcKXKy70bcs=";
 
   buildInputs = [ nodejs ];