postman: 10.18.6 -> 10.23.5

This commit is contained in:
khaser 2024-02-23 01:35:19 +03:00
parent 2e4dec050b
commit bfebd27bdd
3 changed files with 7 additions and 5 deletions

View File

@ -11,12 +11,12 @@ let
dist = {
aarch64-darwin = {
arch = "arm64";
sha256 = "sha256-Dy37gqClpV/9GzlpX6FjF+grDN/txbZO7G5BpEA2sms=";
sha256 = "sha256-P7x06KKH0e1Yro93SCEJyiWS/Uv25tWU8A85vxv85hI=";
};
x86_64-darwin = {
arch = "64";
sha256 = "sha256-gYlgrq3IyQtcecv9kuh1bHP1TVTPM8Apx2ZU5JLSSkQ=";
sha256 = "sha256-/jlLU5NKF8sNZ49n90219b/oiVFT8EkFx2oYhIk8Tgw=";
};
}.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}");

View File

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

View File

@ -20,6 +20,7 @@
, nspr
, pango
, udev
, libsecret
, libuuid
, libX11
, libxcb
@ -53,12 +54,12 @@ let
dist = {
aarch64-linux = {
arch = "arm64";
sha256 = "sha256-shiUW7o6H0aaGCgHm3oVqjLZNsB4KIn7EIxWRVCAWi0=";
sha256 = "sha256-esboLFqCziTlCFHyK6GxFq9Rik9jHiqX6ED0D53P1K4=";
};
x86_64-linux = {
arch = "64";
sha256 = "sha256-R6mejxuxSZv37nyjnt/oGvgqCw1pULCHCWnlw+pq8iY=";
sha256 = "sha256-NH5bfz74/WIXbNdYs6Hoh/FF54v2+b4Ci5T7Y095Akw=";
};
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
@ -107,6 +108,7 @@ stdenv.mkDerivation rec {
pango
udev
libdrm
libsecret
libuuid
libX11
libxcb