twitterBootstrap: 5.0.1 -> 5.0.2

This commit is contained in:
R. RyanTM 2021-06-25 15:31:54 +00:00
parent 370a10c27f
commit 6e2471d793

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bootstrap";
version = "5.0.1";
version = "5.0.2";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
sha256 = "sha256-eep9s1YxTHeDDh+WhDMENho/N3AfJHVitis22bIGa6w=";
sha256 = "sha256-ZvvBNDF9sjcO4JnLPRkzC1B1YG3fcMyjM9qwFlAg9sE=";
};
nativeBuildInputs = [ unzip ];