about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-24 23:00:38 +0100
committerGitHub <noreply@github.com>2024-03-24 23:00:38 +0100
commit6540ec0976679c1f58ca19bc94fc44252ad9f5e4 (patch)
tree2552604c8edad8904a541f8f4a922261e5074d0c /pkgs/development
parent7d8a31aad52d5b7043e8bc78c707dfcc14d787d9 (diff)
parentc166d75cc5695728ee13eaf45369a26502a5a846 (diff)
Merge pull request #296027 from r-ryantm/auto-update/newman
newman: 6.1.1 -> 6.1.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/web/newman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/web/newman/default.nix b/pkgs/development/web/newman/default.nix
index d06331b6badb5..9f652e2c5c819 100644
--- a/pkgs/development/web/newman/default.nix
+++ b/pkgs/development/web/newman/default.nix
@@ -5,16 +5,16 @@
 
 buildNpmPackage rec {
   pname = "newman";
-  version = "6.1.1";
+  version = "6.1.2";
 
   src = fetchFromGitHub {
     owner = "postmanlabs";
     repo = "newman";
     rev = "refs/tags/v${version}";
-    hash = "sha256-CHlch4FoaW42oWxlaAEuNBLTM1hSwLK+nvBfE17GNHU=";
+    hash = "sha256-BQVJNOTVtB1g6+PsHJ5nbN9X7b33d/3qkSUcHTMexB0=";
   };
 
-  npmDepsHash = "sha256-ez6FXuu1gMBfJvgmOKs+zoUVMWwBPgJH33BbbLNL0Vk=";
+  npmDepsHash = "sha256-kr4LozGpmmU5g2LIKd+SaKbHsOM6hnlflM79c4tFII8=";
 
   dontNpmBuild = true;