twitterBootstrap: 4.5.2 -> 4.5.3

This commit is contained in:
R. RyanTM 2020-10-22 08:17:11 +00:00 committed by Frederik Rietdijk
parent c778945806
commit c04af4e84b

View File

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