postman: 9.25.2 -> 9.31.0

This commit is contained in:
Ryan Horiguchi 2022-10-05 00:01:58 +02:00
parent 603bdef4c7
commit d71a0b97b1
No known key found for this signature in database
GPG Key ID: CA7EE98D45A1132A
3 changed files with 4 additions and 4 deletions

View File

@ -11,12 +11,12 @@ let
dist = {
aarch64-darwin = {
arch = "arm64";
sha256 = "62b4b3c63668fa4074b35afe08c212557437ff54c742a500087c74955cec9e04";
sha256 = "sha256-zvGWkV92qDsiveS1tvkY6jHIr/Xj3ARSOqov+MCRM+o=";
};
x86_64-darwin = {
arch = "64";
sha256 = "42160a3c3011f43692fcb28b37dec5f708395318681de960f0cb932cea36021f";
sha256 = "sha256-LuXC1ucEsrxqx8wAkBkot2wXbUUVp+FIQPx9/2+tfIw=";
};
}.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}");

View File

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

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "118da102904cd7b04c50d3e2c2daac3fc1228f05e541eacef55e8ecbf73d3896";
sha256 = "sha256-ZCfPE+bvPEQjEvUO/FQ1iNR9TG6GtI4vmj6yJ7B62iw=";
name = "${pname}.tar.gz";
};