Merge pull request #55585 from Dlahacz/master

postman: 6.7.1 -> 6.7.3
This commit is contained in:
Ryan Mulligan 2019-02-17 10:06:11 -08:00 committed by GitHub
commit 58c97c5012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "postman-${version}";
version = "6.7.1";
version = "6.7.3";
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "1x8jj0xs67wi0qj6x22h54crndml6fl8a128s57v058fyxji6brx";
sha256 = "04gfdb2pk2y8yv9ixq4ac5pk0rdfspd0810izij3hjnyqlv32hfg";
name = "${name}.tar.gz";
};