Commit 12037626 authored by R. RyanTM's avatar R. RyanTM
Browse files

fiddler-everywhere: 7.0.0 -> 7.1.0

parent 8396333e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {