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

postman: 7.32.0 -> 7.34.0
This commit is contained in:
Ryan Mulligan 2020-11-07 20:36:05 -08:00 committed by GitHub
commit e269d1daa2
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.32.0";
version = "7.34.0";
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "0dn9awzhaafsdsiwwj6870zyqw4spsmc08zgcc5dhnpcnjcyldf3";
sha256 = "13d3wc49wp8rh8kxrn1krsyh24g5m6wl0mfhvbjylv0q6kp5jlan";
name = "${pname}.tar.gz";
};