Skip to content

Commit

Permalink
mockoon: 6.0.1 -> 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 9, 2024
1 parent 1e4909f commit 8e0a0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/mockoon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

let
pname = "mockoon";
version = "6.0.1";
version = "6.1.0";

src = fetchurl {
url = "https://github.com/mockoon/mockoon/releases/download/v${version}/mockoon-${version}.AppImage";
hash = "sha256-aV+jM/XxXbjkStSZE4x8qtrtYX/yKbye4WjO9PiaNQ4=";
hash = "sha256-harZU3TTIzfJoY/jAQI0dm7YSOr24Y9xk9L5ZaBLdD8=";
};

appimageContents = appimageTools.extractType2 {
Expand Down

0 comments on commit 8e0a0d3

Please sign in to comment.