about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-17 11:33:10 +0800
committerGitHub <noreply@github.com>2021-12-17 11:33:10 +0800
commitfad5696586c401ce6b4fae5baedf2c6ba6cb0b87 (patch)
treef04f2a26d8765e26ddd2c8aafc0a47849668db98 /pkgs
parent425a48c96fe82cc8352a72951e5ada834541fd14 (diff)
parent73739138064951632e78a7ca14833532ffebec26 (diff)
Merge pull request #150275 from r-ryantm/auto-update/bootstrap
twitterBootstrap: 5.1.0 -> 5.1.3
Diffstat (limited to 'pkgs')
-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 13b1e7b95c448..a09dbc51128ec 100644
--- a/pkgs/development/web/twitter-bootstrap/default.nix
+++ b/pkgs/development/web/twitter-bootstrap/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "bootstrap";
-  version = "5.1.0";
+  version = "5.1.3";
 
   src = fetchurl {
     url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
-    sha256 = "sha256-OVNCspdOM1BWDmV1LTaqtlc2UrEcxste95ouXoOtZLE=";
+    sha256 = "sha256-vewp21DsjR7My3AgIrgj3wozPhBYFMJksyG9UYuJxyE=";
   };
 
   nativeBuildInputs = [ unzip ];