summaryrefslogtreecommitdiffstats
path: root/pkgs/development/web/twitter-bootstrap
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 02:30:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 02:30:54 +0000
commit8a39a1d1859826e4c8f2f56afc6e241bd70c8c3d (patch)
tree3f8f51b62536eb87fa2248896039022b47d8dd26 /pkgs/development/web/twitter-bootstrap
parent7554374dafc546dfef12cbdfdf1f9a09e3b5fd4d (diff)
twitterBootstrap: 5.1.3 -> 5.2.0
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 a09dbc51128e..b91804ca0d62 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.3";
+ version = "5.2.0";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
- sha256 = "sha256-vewp21DsjR7My3AgIrgj3wozPhBYFMJksyG9UYuJxyE=";
+ sha256 = "sha256-CLykGjXxTZCXIJAyF6YBeEeC3oCz3g5Kcm0kLdOQUks=";
};
nativeBuildInputs = [ unzip ];