Loading pkgs/by-name/po/postman/darwin.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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} Loading pkgs/by-name/po/postman/linux.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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}"); Loading pkgs/by-name/po/postman/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -6,9 +6,12 @@ let pname = "postman"; version = "11.44.0"; version = "11.46.6"; meta = with lib; { homepage = "https://www.getpostman.com"; changelog = "https://www.postman.com/release-notes/postman-app/#${ replaceStrings [ "." ] [ "-" ] version }"; description = "API Development Environment"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.postman; Loading Loading
pkgs/by-name/po/postman/darwin.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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} Loading
pkgs/by-name/po/postman/linux.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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}"); Loading
pkgs/by-name/po/postman/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -6,9 +6,12 @@ let pname = "postman"; version = "11.44.0"; version = "11.46.6"; meta = with lib; { homepage = "https://www.getpostman.com"; changelog = "https://www.postman.com/release-notes/postman-app/#${ replaceStrings [ "." ] [ "-" ] version }"; description = "API Development Environment"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.postman; Loading