twitterBootstrap: 4.6.0 -> 5.0.0

This commit is contained in:
R. RyanTM 2021-05-07 09:18:53 +00:00 committed by Jonathan Ringer
parent b0b023a940
commit e529976fbc

View file

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