Skip to content

Commit

Permalink
bootstrap-studio: 6.5.1 -> 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 3, 2024
1 parent d42bc1b commit adbb203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/bootstrap-studio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

let
pname = "bootstrap-studio";
version = "6.5.1";
version = "6.6.0";
src = fetchurl {
url = "https://releases.bootstrapstudio.io/${version}/Bootstrap%20Studio.AppImage";
sha256 = "sha256-mx9KkMwFzdjhzofr+4l7MTerGfSSsI8+z8jmaoV8uvo=";
sha256 = "sha256-kXYptuLmhYJ3YiKtfIMiOs4zssJ1+v+JgDHWVtbWQ+Y=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit adbb203

Please sign in to comment.