postman: 10.15.0 → 10.18.6
This commit is contained in:
@@ -11,12 +11,12 @@ let
|
|||||||
dist = {
|
dist = {
|
||||||
aarch64-darwin = {
|
aarch64-darwin = {
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
sha256 = "sha256-zBjA+IekQONwZJ+2hQhJIBA+qu/rRYOtm6y1aBaxQrA=";
|
sha256 = "sha256-Dy37gqClpV/9GzlpX6FjF+grDN/txbZO7G5BpEA2sms=";
|
||||||
};
|
};
|
||||||
|
|
||||||
x86_64-darwin = {
|
x86_64-darwin = {
|
||||||
arch = "64";
|
arch = "64";
|
||||||
sha256 = "sha256-YBI8F/wABFBqfwIGSBr7UqD/zDGaESL9/v/DpCSy1m0=";
|
sha256 = "sha256-gYlgrq3IyQtcecv9kuh1bHP1TVTPM8Apx2ZU5JLSSkQ=";
|
||||||
};
|
};
|
||||||
}.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}");
|
}.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}");
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "postman";
|
pname = "postman";
|
||||||
version = "10.15.0";
|
version = "10.18.6";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.getpostman.com";
|
homepage = "https://www.getpostman.com";
|
||||||
description = "API Development Environment";
|
description = "API Development Environment";
|
||||||
|
|||||||
@@ -53,12 +53,12 @@ let
|
|||||||
dist = {
|
dist = {
|
||||||
aarch64-linux = {
|
aarch64-linux = {
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
sha256 = "sha256-cBueTCZHZZGU3Z/UKLBIw4XCvCz9Hm4MxdIMY9+2ulk=";
|
sha256 = "sha256-shiUW7o6H0aaGCgHm3oVqjLZNsB4KIn7EIxWRVCAWi0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
x86_64-linux = {
|
x86_64-linux = {
|
||||||
arch = "64";
|
arch = "64";
|
||||||
sha256 = "sha256-svk60K4pZh0qRdx9+5OUTu0xgGXMhqvQTGTcmqBOMq8=";
|
sha256 = "sha256-R6mejxuxSZv37nyjnt/oGvgqCw1pULCHCWnlw+pq8iY=";
|
||||||
};
|
};
|
||||||
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user