Merge pull request #235567 from r-ryantm/auto-update/twitterBootstrap

twitterBootstrap: 5.2.3 -> 5.3.0
This commit is contained in:
Mario Rodas 2023-06-02 07:25:38 -05:00 committed by GitHub
commit d32ea984b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bootstrap";
version = "5.2.3";
version = "5.3.0";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
sha256 = "sha256-j6IBaj3uHiBL0WI+BQ3PR36dKME7uYofWPV+D9QM3Tg=";
sha256 = "sha256-RUN0HbrDlUt7fMDjSHaIoTyOchSmfsMQZyATZmz2zY0=";
};
nativeBuildInputs = [ unzip ];