postman: 1.44.0 -> 1.46.6

(cherry picked from commit 589797166a)
This commit is contained in:
iamanaws
2025-05-25 09:41:57 -07:00
parent b26c8c4da0
commit dd81289d0c
3 changed files with 5 additions and 5 deletions

View File

@@ -13,12 +13,12 @@ let
{
aarch64-darwin = {
arch = "arm64";
sha256 = "sha256-uhhrJk/WtM4tKsrBAn1IjHx0OeR/SpdOzy2XhoUP4sY=";
sha256 = "sha256-w1zu+sK8JqBMGBaKPYGJqddEWYWCv1aJRM+Q91l5dPw=";
};
x86_64-darwin = {
arch = "64";
sha256 = "sha256-NYxcZoQYDyn85RkUz57b5yhzpeAK5xyyJF/7L2+3tt4=";
sha256 = "sha256-dlRK6NpDskuIW0nuf9mWx/xolOnGmH77ny+2ADaD7QU=";
};
}
.${stdenvNoCC.hostPlatform.system}

View File

@@ -56,12 +56,12 @@ let
{
aarch64-linux = {
arch = "arm64";
sha256 = "sha256-/Qfd/xn+FwYLPSWssP5JFfjMdICz6HDg30edl/Fme5A=";
sha256 = "sha256-XtY5SmYoU2OhX69jRb8uSGwx5vPiSfgmF2jY7mJIrTY=";
};
x86_64-linux = {
arch = "64";
sha256 = "sha256-BbTYT0GHU+BmWFXG2TU8PL90eTpLcyLgnwSw9YyWT0g=";
sha256 = "sha256-eEgUk3VnahmFua8UrNMUi2lG0UujiuDTs64XqaAkYe8=";
};
}
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

View File

@@ -6,7 +6,7 @@
let
pname = "postman";
version = "11.44.0";
version = "11.46.6";
meta = with lib; {
homepage = "https://www.getpostman.com";
description = "API Development Environment";