fiddler-everywhere: 7.0.0 -> 7.1.0

This commit is contained in:
R. Ryantm
2025-07-29 17:22:29 +00:00
parent 8396333ef1
commit 1203762644

View File

@@ -8,11 +8,11 @@
let
pname = "fiddler-everywhere";
version = "7.0.0";
version = "7.1.0";
src = fetchurl {
url = "https://downloads.getfiddler.com/linux/fiddler-everywhere-${version}.AppImage";
hash = "sha256-pDXvzTuivQUjEr0mi/Bw98il6a1D7gJfQ5x5OuQu2wE=";
hash = "sha256-rgo2WGIk8s+xjh4oJ/YXw/SGc4sKnfIvZoFWAklT70Y=";
};
appimageContents = appimageTools.extract {