summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-26 10:51:08 +0200
committerGitHub <noreply@github.com>2023-09-26 10:51:08 +0200
commit7d3927c322afe90d06904866b146dcd518dd1246 (patch)
treeb55c7cd6aabf8fa933b10d8219cfacc9cd6060c2
parent1c89c4568a4be4ff6c0fad79949f6e1cf5780c6e (diff)
parent6dff71c2110f9b178e1287761712876f0822739e (diff)
Merge pull request #255642 from r-ryantm/auto-update/twitterBootstrap
twitterBootstrap: 5.3.1 -> 5.3.2
-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 aad89980645dd..86b35decf6769 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 ];