summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-07 18:54:39 -0500
committerGitHub <noreply@github.com>2022-09-07 18:54:39 -0500
commitca7cdab58a2d60e971d3f1a925f1999a9ec3da14 (patch)
tree80d4edb67da918eadbf8641f28108d1e057f297f
parent9697c9a3a3638c5f2279ba39f4e66bbe416a9fcb (diff)
parent081bce2c75b53897f847b90c8ca8023e5dba594c (diff)
Merge pull request #190195 from r-ryantm/auto-update/twitterBootstrap
twitterBootstrap: 5.2.0 -> 5.2.1
-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 b91804ca0d62..de88467f2c03 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.2.0";
+ version = "5.2.1";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
- sha256 = "sha256-CLykGjXxTZCXIJAyF6YBeEeC3oCz3g5Kcm0kLdOQUks=";
+ sha256 = "sha256-f/HG5qVgKb8zYd+Pv5IkkYqGcMy+BlEileRC5xiv4WM=";
};
nativeBuildInputs = [ unzip ];