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

twitterBootstrap: 5.3.1 -> 5.3.2
This commit is contained in:
Weijia Wang 2023-09-26 10:51:08 +02:00 committed by GitHub
commit 7d3927c322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bootstrap";
version = "5.3.1";
version = "5.3.2";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip";
hash = "sha256-SfxkgJujf07f2vq0ViDhjGgRDCeg32L0RKDHHTWBp6Q=";
hash = "sha256-hUlReGqLkaBeQ9DyIATFyddhdeFv1vUNeTnnsBhMPgk=";
};
nativeBuildInputs = [ unzip ];