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

twitterBootstrap: 5.3.2 -> 5.3.3
This commit is contained in:
Atemu 2024-03-01 12:04:55 +00:00 committed by GitHub
commit 9afb0cc001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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