about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-20 06:02:17 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-20 06:02:17 +0000
commit37d76c0e2c4cf798a3d9090bbefe92bff9facbec (patch)
tree812de6ba95ef9585af2f3f26da5c9e6b7fbd7a95
parent567f0a3df11b67572a52a05766fe258787bace9a (diff)
downloadnixlib-37d76c0e2c4cf798a3d9090bbefe92bff9facbec.tar
nixlib-37d76c0e2c4cf798a3d9090bbefe92bff9facbec.tar.gz
nixlib-37d76c0e2c4cf798a3d9090bbefe92bff9facbec.tar.bz2
nixlib-37d76c0e2c4cf798a3d9090bbefe92bff9facbec.tar.lz
nixlib-37d76c0e2c4cf798a3d9090bbefe92bff9facbec.tar.xz
nixlib-37d76c0e2c4cf798a3d9090bbefe92bff9facbec.tar.zst
nixlib-37d76c0e2c4cf798a3d9090bbefe92bff9facbec.zip
twitterBootstrap: 4.4.1 -> 4.5.0
-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 a9496f26dec3..87a25ef0bf9b 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 = "4.4.1";
+  version = "4.5.0";
 
   src = fetchurl {
     url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
-    sha256 = "1gdzp54f2xyvbw9hnyjlj4s69jvxkxr3hqclq1c8ajmx39s7rymz";
+    sha256 = "0wnz7112qfar5qaadxbsp2qpcjaqn0mmzi4j0v4z6rx6lyvar5mb";
   };
 
   buildInputs = [ unzip ];