mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
fiddler-everywhere: 7.5.0 -> 7.6.0 (#482352)
This commit is contained in:
commit
022903eb69
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue