Merge pull request #319521 from r-ryantm/auto-update/bootstrap-studio

bootstrap-studio: 6.7.0 -> 6.7.2
This commit is contained in:
Weijia Wang 2024-06-28 00:42:49 +02:00 committed by GitHub
commit 67b9159f90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,10 @@
let
pname = "bootstrap-studio";
version = "6.7.0";
version = "6.7.2";
src = fetchurl {
url = "https://releases.bootstrapstudio.io/${version}/Bootstrap%20Studio.AppImage";
sha256 = "sha256-bhtzz6eyvEXrGrp7upvk6hYuOeiOjI+sxXQy+9gyBto=";
sha256 = "sha256-t75lmprCWumwt1wNVNWZSHdk1NBSmFqwjDQZHRpBv9g=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in