Unverified Commit 97ff9116 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

postman: 1.44.0 -> 1.46.6 (#410860)

parents 61fe3d43 3d0a5f81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}
+2 −2
Original line number Diff line number Diff line
@@ -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}");
+4 −1
Original line number Diff line number Diff line
@@ -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;