postman: 6.3.0 -> 6.7.1 (#54101)

A simple update from 6.3.0 to 6.7.1 fixes a breaking bug - something about requested version 30 being less than version 80 during startup?
Either way, 6.7.1 seems to solve the issue.
This commit is contained in:
ngerstle-cognite 2019-01-17 12:09:49 +01:00 committed by Jörg Thalheim
parent c3364fbff4
commit c7c6c35768

View File

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