Skip to content

Commit

Permalink
bootstrap-studio: 7.0.0 -> 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 16, 2024
1 parent a31f38a commit 78af804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bo/bootstrap-studio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

let
pname = "bootstrap-studio";
version = "7.0.0";
version = "7.0.2";
src = fetchurl {
url = "https://releases.bootstrapstudio.io/${version}/Bootstrap%20Studio.AppImage";
sha256 = "sha256-jmYyPTtgGX9Cptv4nCwKhuz+NOvcc17uARtIuvU9y/s=";
sha256 = "sha256-HnDBSAhENeJMvFXMwmHTeGMoLkr8/0eQDKaX0U8tJcA=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit 78af804

Please sign in to comment.