twitterBootstrap: 5.2.2 -> 5.2.3

This commit is contained in:
R. Ryantm 2022-11-23 10:30:06 +00:00 committed by Bobby Rong
parent 1da6596c0f
commit 20c5076170

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bootstrap";
version = "5.2.2";
version = "5.2.3";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
sha256 = "sha256-3zAnCKd+btQFd9aSwfESNz7HNapm2bgQOkf5m1zyMf8=";
sha256 = "sha256-j6IBaj3uHiBL0WI+BQ3PR36dKME7uYofWPV+D9QM3Tg=";
};
nativeBuildInputs = [ unzip ];