postman: 11.46.6 -> 11.50.5

https://www.postman.com/release-notes/postman-app/#11-50-5
This commit is contained in:
Wulpey 2025-06-21 15:11:52 +03:00
parent 4206c4cb56
commit a47a09d024
3 changed files with 5 additions and 5 deletions

View File

@ -13,12 +13,12 @@ let
{ {
aarch64-darwin = { aarch64-darwin = {
arch = "arm64"; arch = "arm64";
sha256 = "sha256-w1zu+sK8JqBMGBaKPYGJqddEWYWCv1aJRM+Q91l5dPw="; sha256 = "sha256-KOvYt3VL1hZAyf6T+3whMTyhHgndnlZO0e3L1KtDxqE=";
}; };
x86_64-darwin = { x86_64-darwin = {
arch = "64"; arch = "64";
sha256 = "sha256-dlRK6NpDskuIW0nuf9mWx/xolOnGmH77ny+2ADaD7QU="; sha256 = "sha256-LCpxbDgcIbVmA7RYykli7gLGb0FWQ4LigxghZYEv1Bk=";
}; };
} }
.${stdenvNoCC.hostPlatform.system} .${stdenvNoCC.hostPlatform.system}

View File

@ -56,12 +56,12 @@ let
{ {
aarch64-linux = { aarch64-linux = {
arch = "arm64"; arch = "arm64";
sha256 = "sha256-XtY5SmYoU2OhX69jRb8uSGwx5vPiSfgmF2jY7mJIrTY="; sha256 = "sha256-XOQam1W7YT0YDesDR51G/cH318DcxpnAEiJg2JZU3Q4=";
}; };
x86_64-linux = { x86_64-linux = {
arch = "64"; arch = "64";
sha256 = "sha256-eEgUk3VnahmFua8UrNMUi2lG0UujiuDTs64XqaAkYe8="; sha256 = "sha256-TE/AMWkj80+22WaOG2BK6vt4NnMSpBq9hQMwSPiQ12A=";
}; };
} }
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

View File

@ -6,7 +6,7 @@
let let
pname = "postman"; pname = "postman";
version = "11.46.6"; version = "11.50.5";
meta = with lib; { meta = with lib; {
homepage = "https://www.getpostman.com"; homepage = "https://www.getpostman.com";
changelog = "https://www.postman.com/release-notes/postman-app/#${ changelog = "https://www.postman.com/release-notes/postman-app/#${