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

twitterBootstrap: 5.1.3 -> 5.2.0
This commit is contained in:
Mario Rodas 2022-07-27 22:02:43 -05:00 committed by GitHub
commit 66789dd9a5
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 = "5.1.3";
version = "5.2.0";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
sha256 = "sha256-vewp21DsjR7My3AgIrgj3wozPhBYFMJksyG9UYuJxyE=";
sha256 = "sha256-CLykGjXxTZCXIJAyF6YBeEeC3oCz3g5Kcm0kLdOQUks=";
};
nativeBuildInputs = [ unzip ];