summaryrefslogtreecommitdiffstats
path: root/pkgs/development/web/twitter-bootstrap
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-17 10:32:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-17 10:32:27 +0000
commit6dff71c2110f9b178e1287761712876f0822739e (patch)
tree21ba1daf3406145cb91e03c84aa33ef6b7d87143 /pkgs/development/web/twitter-bootstrap
parent948e8754755a9f27587d5bd109af2cfad313add8 (diff)
twitterBootstrap: 5.3.1 -> 5.3.2
Diffstat (limited to 'pkgs/development/web/twitter-bootstrap')
-rw-r--r--pkgs/development/web/twitter-bootstrap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/twitter-bootstrap/default.nix b/pkgs/development/web/twitter-bootstrap/default.nix
index aad89980645d..86b35decf676 100644
--- a/pkgs/development/web/twitter-bootstrap/default.nix
+++ b/pkgs/development/web/twitter-bootstrap/default.nix
@@ -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 ];