summary refs log tree commit diff
path: root/pkgs/development/web/postman/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/postman/linux.nix')
-rw-r--r--pkgs/development/web/postman/linux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/postman/linux.nix b/pkgs/development/web/postman/linux.nix
index 39c82c2b34e..daf1c7afdeb 100644
--- a/pkgs/development/web/postman/linux.nix
+++ b/pkgs/development/web/postman/linux.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://dl.pstmn.io/download/version/${version}/linux64";
-    sha256 = "sha256-pA3gT4xoIWhajY03JzVgHK5KyTx1uH6gyasuLTdt6cM=";
+    sha256 = "cfb85d7ae366ee1487ce1b2dab1c19ffa25c214af5c083a09447ed488493b115";
     name = "${pname}.tar.gz";
   };