summaryrefslogtreecommitdiffstats
path: root/pkgs/development/web/twitter-bootstrap
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-30 06:14:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-30 06:14:34 +0000
commitd6604d0c8a808dbaf984ea7064037f52c1f5daf5 (patch)
treefd285e459053b0b9c6999fb4f97fc09c77a3c51f /pkgs/development/web/twitter-bootstrap
parenta4c0bbf98b10494bcef9b61aebd0683e3558fe42 (diff)
twitterBootstrap: 5.3.0 -> 5.3.1
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 7284bc95e54e..4536f36afffd 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.3.0";
+ version = "5.3.1";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
- sha256 = "sha256-RUN0HbrDlUt7fMDjSHaIoTyOchSmfsMQZyATZmz2zY0=";
+ sha256 = "sha256-SfxkgJujf07f2vq0ViDhjGgRDCeg32L0RKDHHTWBp6Q=";
};
nativeBuildInputs = [ unzip ];