fiddler-everywhere: 7.5.0 -> 7.6.0 (#482352)

This commit is contained in:
nixpkgs-ci[bot] 2026-01-22 17:40:01 +00:00 committed by GitHub
commit 022903eb69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,11 +8,11 @@
let
pname = "fiddler-everywhere";
version = "7.5.0";
version = "7.6.0";
src = fetchurl {
url = "https://downloads.getfiddler.com/linux/fiddler-everywhere-${version}.AppImage";
hash = "sha256-IwZ2Jt9s2kDgjCM3pm5o3iLb2xYtp596109/nLXFgvs=";
hash = "sha256-wBFLfZ/z4NH0YswQcwAYbvSLZkW1kZ0pBxhVCREV0qk=";
};
appimageContents = appimageTools.extract {