summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-27 12:02:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-27 12:02:04 +0000
commit3d72a0fc55a56499b5a6dcf1260585923f7ca808 (patch)
treec1ed559d480d98c0a301b56df6a14b8b7617c679
parentf23d45dcfd58d06f61b0527a73c2fd5edffdc223 (diff)
downloadnixpkgs-3d72a0fc55a56499b5a6dcf1260585923f7ca808.tar
nixpkgs-3d72a0fc55a56499b5a6dcf1260585923f7ca808.tar.gz
nixpkgs-3d72a0fc55a56499b5a6dcf1260585923f7ca808.tar.bz2
nixpkgs-3d72a0fc55a56499b5a6dcf1260585923f7ca808.tar.lz
nixpkgs-3d72a0fc55a56499b5a6dcf1260585923f7ca808.tar.xz
nixpkgs-3d72a0fc55a56499b5a6dcf1260585923f7ca808.tar.zst
nixpkgs-3d72a0fc55a56499b5a6dcf1260585923f7ca808.zip
postman: 9.13.0 -> 9.14.0
-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 bf1ed98b473..2c0698b74a8 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 = "9.13.0";
+  version = "9.14.0";
 
   src = fetchurl {
     url = "https://dl.pstmn.io/download/version/${version}/linux64";
-    sha256 = "sha256-ZlCIqQ4i/jaf/uDBonVXf6kAuKEhinnKTk3nO7mnBV4=";
+    sha256 = "sha256-pA3gT4xoIWhajY03JzVgHK5KyTx1uH6gyasuLTdt6cM=";
     name = "${pname}.tar.gz";
   };