Merge pull request #257173 from johnrichardrinehart/johnrichardrinehart/postman-10_18_6

postman: 10.15.0 → 10.18.6

authored by

Thiago Kenji Okada and committed by
GitHub
203d7416 1cfbc68e

+5 -5
+2 -2
pkgs/development/web/postman/darwin.nix
··· 11 11 dist = { 12 12 aarch64-darwin = { 13 13 arch = "arm64"; 14 - sha256 = "sha256-zBjA+IekQONwZJ+2hQhJIBA+qu/rRYOtm6y1aBaxQrA="; 14 + sha256 = "sha256-Dy37gqClpV/9GzlpX6FjF+grDN/txbZO7G5BpEA2sms="; 15 15 }; 16 16 17 17 x86_64-darwin = { 18 18 arch = "64"; 19 - sha256 = "sha256-YBI8F/wABFBqfwIGSBr7UqD/zDGaESL9/v/DpCSy1m0="; 19 + sha256 = "sha256-gYlgrq3IyQtcecv9kuh1bHP1TVTPM8Apx2ZU5JLSSkQ="; 20 20 }; 21 21 }.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"); 22 22
+1 -1
pkgs/development/web/postman/default.nix
··· 2 2 3 3 let 4 4 pname = "postman"; 5 - version = "10.15.0"; 5 + version = "10.18.6"; 6 6 meta = with lib; { 7 7 homepage = "https://www.getpostman.com"; 8 8 description = "API Development Environment";
+2 -2
pkgs/development/web/postman/linux.nix
··· 53 53 dist = { 54 54 aarch64-linux = { 55 55 arch = "arm64"; 56 - sha256 = "sha256-cBueTCZHZZGU3Z/UKLBIw4XCvCz9Hm4MxdIMY9+2ulk="; 56 + sha256 = "sha256-shiUW7o6H0aaGCgHm3oVqjLZNsB4KIn7EIxWRVCAWi0="; 57 57 }; 58 58 59 59 x86_64-linux = { 60 60 arch = "64"; 61 - sha256 = "sha256-svk60K4pZh0qRdx9+5OUTu0xgGXMhqvQTGTcmqBOMq8="; 61 + sha256 = "sha256-R6mejxuxSZv37nyjnt/oGvgqCw1pULCHCWnlw+pq8iY="; 62 62 }; 63 63 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 64 64