From c7c6c357687c9415f6bf24be29215e9a38807111 Mon Sep 17 00:00:00 2001 From: ngerstle-cognite <39549455+ngerstle-cognite@users.noreply.github.com> Date: Thu, 17 Jan 2019 12:09:49 +0100 Subject: [PATCH] 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. --- pkgs/development/web/postman/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/web/postman/default.nix b/pkgs/development/web/postman/default.nix index bf18ce5d75c..79524b64d70 100644 --- a/pkgs/development/web/postman/default.nix +++ b/pkgs/development/web/postman/default.nix @@ -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"; };