Merge pull request #184704 from Craftzman7/pkg/postman

postman: 9.22.2 -> 9.25.2
This commit is contained in:
superherointj
2022-08-02 09:47:36 -03:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,12 +11,12 @@ let
dist = {
aarch64-darwin = {
arch = "arm64";
sha256 = "ddeb3c14cebc26bae01b338a8480aea26025bb033d85d33070ad22a401e52fee";
sha256 = "62b4b3c63668fa4074b35afe08c212557437ff54c742a500087c74955cec9e04";
};
x86_64-darwin = {
arch = "64";
sha256 = "c5b249c9262efae5df9f4ccbc39b39e443a82876485174c2007c8dccc0b02f4b";
sha256 = "42160a3c3011f43692fcb28b37dec5f708395318681de960f0cb932cea36021f";
};
}.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}");
+1 -1
View File
@@ -2,7 +2,7 @@
let
pname = "postman";
version = "9.22.2";
version = "9.25.2";
meta = with lib; {
homepage = "https://www.getpostman.com";
description = "API Development Environment";
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "cfb85d7ae366ee1487ce1b2dab1c19ffa25c214af5c083a09447ed488493b115";
sha256 = "118da102904cd7b04c50d3e2c2daac3fc1228f05e541eacef55e8ecbf73d3896";
name = "${pname}.tar.gz";
};