fiddler-everywhere: 7.1.0 -> 7.2.0 (#434214)

Co-authored-by: RoGreat <RoGreat@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-16 17:54:05 +00:00
committed by GitHub
co-authored by RoGreat
@@ -8,11 +8,11 @@
let
pname = "fiddler-everywhere";
version = "7.1.0";
version = "7.2.0";
src = fetchurl {
url = "https://downloads.getfiddler.com/linux/fiddler-everywhere-${version}.AppImage";
hash = "sha256-rgo2WGIk8s+xjh4oJ/YXw/SGc4sKnfIvZoFWAklT70Y=";
hash = "sha256-Sv8xlyAas3NCRY5ZL1fOXuAG8PjP3ovm7Q7wWRq1jmU=";
};
appimageContents = appimageTools.extract {