newman: 6.1.1 -> 6.1.2

This commit is contained in:
R. Ryantm 2024-03-15 00:37:10 +00:00
parent 5ed2a8b685
commit c166d75cc5
1 changed files with 3 additions and 3 deletions

View File

@ -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;