about summary refs log tree commit diff
path: root/pkgs/development/web/postman
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-04 10:53:58 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-04 10:53:58 +0000
commit319ec9b2fa92fc98629abcccbcc3afdf1ae3864e (patch)
tree0dad1e3f4c975d8b0bd8b619d2ef0b8788614939 /pkgs/development/web/postman
parent72c32ad3d70d4fe2f12db6b23ed504eb4d52ece2 (diff)
postman: 7.32.0 -> 7.34.0
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 1495b811d09bc..c12e0260fbed3 100644
--- a/pkgs/development/web/postman/default.nix
+++ b/pkgs/development/web/postman/default.nix
@@ -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";
   };