postman: add changelog

This commit is contained in:
iamanaws
2025-05-25 09:51:54 -07:00
parent 589797166a
commit 3d0a5f81ec
+3
View File
@@ -9,6 +9,9 @@ let
version = "11.46.6";
meta = with lib; {
homepage = "https://www.getpostman.com";
changelog = "https://www.postman.com/release-notes/postman-app/#${
replaceStrings [ "." ] [ "-" ] version
}";
description = "API Development Environment";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.postman;