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

postman: 7.34.0 -> 7.36.0
This commit is contained in:
Maximilian Bosch 2020-11-29 18:24:36 +01:00 committed by GitHub
commit d8d478c00e
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.34.0";
version = "7.36.0";
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "13d3wc49wp8rh8kxrn1krsyh24g5m6wl0mfhvbjylv0q6kp5jlan";
sha256 = "1wdbwlli9lzxxcwbc94fybfq6ipzvsv0waqcr1mjqzlfjqaqgrsb";
name = "${pname}.tar.gz";
};