twitterBootstrap: 5.1.3 -> 5.2.0

This commit is contained in:
R. Ryantm
2022-07-28 02:30:54 +00:00
parent 7554374daf
commit 8a39a1d185
@@ -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 ];