Loading pkgs/tools/networking/requestly/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ let pname = "requestly"; version = "1.5.12"; version = "1.5.13"; src = fetchurl { url = "https://github.com/requestly/requestly-desktop-app/releases/download/v${version}/Requestly-${version}.AppImage"; hash = "sha256-HM3+j9E67J1bAklnDtSN5/rOK9Wn7N7h+qlPKR/E8Ns="; hash = "sha256-DSOZBVBjIYO8BG3o7AUsH7h2KvSPlp9Lj9d3OwvBhfQ="; }; appimageContents = appimageTools.extractType2 { inherit pname version src; }; Loading Loading
pkgs/tools/networking/requestly/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ let pname = "requestly"; version = "1.5.12"; version = "1.5.13"; src = fetchurl { url = "https://github.com/requestly/requestly-desktop-app/releases/download/v${version}/Requestly-${version}.AppImage"; hash = "sha256-HM3+j9E67J1bAklnDtSN5/rOK9Wn7N7h+qlPKR/E8Ns="; hash = "sha256-DSOZBVBjIYO8BG3o7AUsH7h2KvSPlp9Lj9d3OwvBhfQ="; }; appimageContents = appimageTools.extractType2 { inherit pname version src; }; Loading