Skip to content

Commit

Permalink
Merge pull request #190195 from r-ryantm/auto-update/twitterBootstrap
Browse files Browse the repository at this point in the history
twitterBootstrap: 5.2.0 -> 5.2.1
  • Loading branch information
marsam authored Sep 7, 2022
2 parents 9697c9a + 081bce2 commit ca7cdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/twitter-bootstrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ca7cdab

Please sign in to comment.