summary refs log tree commit diff
path: root/pkgs/development/web/postman
diff options
context:
space:
mode:
authorngerstle-cognite <39549455+ngerstle-cognite@users.noreply.github.com>2019-01-17 12:09:49 +0100
committerJörg Thalheim <Mic92@users.noreply.github.com>2019-01-17 11:09:49 +0000
commitc7c6c357687c9415f6bf24be29215e9a38807111 (patch)
treed12ce73d01c3ce828440f03d669065ad3b457b2e /pkgs/development/web/postman
parentc3364fbff4088b3d86a0d914087930ec36abf191 (diff)
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.
Diffstat (limited to 'pkgs/development/web/postman')
-rw-r--r--pkgs/development/web/postman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/postman/default.nix b/pkgs/development/web/postman/default.nix
index bf18ce5d75cf7..79524b64d7037 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";
   };