summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-02 11:07:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-02 11:07:53 +0000
commitced74bc7460202c832f0017704556c42791af2d8 (patch)
tree5bf02db5b3577f108d04745d5b9e778103e88304
parent9d58ec304f98f72ad8c9a602e64d603e2eb80965 (diff)
twitterBootstrap: 5.2.3 -> 5.3.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 373806af02f3..7284bc95e54e 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.3";
+ version = "5.3.0";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
- sha256 = "sha256-j6IBaj3uHiBL0WI+BQ3PR36dKME7uYofWPV+D9QM3Tg=";
+ sha256 = "sha256-RUN0HbrDlUt7fMDjSHaIoTyOchSmfsMQZyATZmz2zY0=";
};
nativeBuildInputs = [ unzip ];