twitterBootstrap: 5.3.2 -> 5.3.3

This commit is contained in:
R. Ryantm 2024-02-20 23:30:30 +00:00
parent e4af98e127
commit 9b89ddcab7

@ -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 ];