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

postman: 7.26.0 -> 7.30.1
This commit is contained in:
Ryan Mulligan 2020-08-17 07:17:50 -07:00 committed by GitHub
commit d829adbee8
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.26.0";
version = "7.30.1";
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "05xs389bf0127n8rdivbfxvgjvlrk9pyr74klswwlksxciv74i3j";
sha256 = "18bphn5m42z9x0igafd259q7i88qn7wcxvvhdjv9ldnvmhf1k935";
name = "${pname}.tar.gz";
};