Merge pull request #110382 from r-ryantm/auto-update/bootstrap

twitterBootstrap: 4.5.3 -> 4.6.0
This commit is contained in:
Mario Rodas 2021-01-24 11:47:22 -05:00 committed by GitHub
commit 4d1a2b2477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bootstrap";
version = "4.5.3";
version = "4.6.0";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
sha256 = "0w87b0vbwsdb4ag359y5pppxjvqnxk1949mszzn8ay2i5h47mjq6";
sha256 = "sha256-CiEUUa0mCrUSp+XCoWNs8plJxhWHZZD+K+UBJSDu1CM=";
};
buildInputs = [ unzip ];