Merge pull request #72615 from r-ryantm/auto-update/postman

postman: 7.9.0 -> 7.10.0
This commit is contained in:
Ryan Mulligan 2019-11-02 15:58:56 -07:00 committed by GitHub
commit 63d74db555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "postman";
version = "7.9.0";
version = "7.10.0";
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "0qgw3mvds99ca1gy0zfxzi7n1yxv99xwqgzr9rkx5qm6bw9c1ppw";
sha256 = "0k8np71p414407hvcw149gspvdgyadnmpvfdxwwkr3pydj70vn6f";
name = "${pname}.tar.gz";
};