newman: 6.1.2 -> 6.1.3

This commit is contained in:
R. Ryantm
2024-06-11 03:35:47 +00:00
parent a53f8b3cd0
commit 03fa5453b8
+3 -3
View File
@@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "newman";
version = "6.1.2";
version = "6.1.3";
src = fetchFromGitHub {
owner = "postmanlabs";
repo = "newman";
rev = "refs/tags/v${version}";
hash = "sha256-BQVJNOTVtB1g6+PsHJ5nbN9X7b33d/3qkSUcHTMexB0=";
hash = "sha256-I9gpVwrrug1Ygi0UuBIeq16Nyn8rsaDkMDtpxBYJOuY=";
};
npmDepsHash = "sha256-kr4LozGpmmU5g2LIKd+SaKbHsOM6hnlflM79c4tFII8=";
npmDepsHash = "sha256-StNu5NHGzivl3+GMBWkbxvsRJ/dYuS0dze+8/i7q9qg=";
dontNpmBuild = true;