Merge pull request #250473 from kashw2/bootstrap-studio

bootstrap-studio: 6.2.1 -> 6.4.5
This commit is contained in:
OTABI Tomoya 2023-08-22 12:00:54 +09:00 committed by GitHub
commit c61d68ab95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
let
pname = "bootstrap-studio";
version = "6.2.1";
version = "6.4.5";
src = fetchurl {
url = "https://bootstrapstudio.io/releases/desktop/${version}/Bootstrap%20Studio.AppImage";
sha256 = "sha256-1+3YCM1K2k1Gga7Y2ciMqmwzxYJQ7Ab5uDHP1iHXK7g=";
url = "https://releases.bootstrapstudio.io/${version}/Bootstrap%20Studio.AppImage";
sha256 = "sha256-kCMqDNRC3H3WBpDJCBXBxvWRuiGCrZ7gRGghXiGtGq8=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in