twitterBootstrap: 5.3.5 -> 5.3.6

This commit is contained in:
R. Ryantm 2025-05-08 20:19:00 +00:00 committed by Weijia Wang
parent 2efa0c6e9f
commit f986763223

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bootstrap";
version = "5.3.5";
version = "5.3.6";
src = fetchurl {
url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip";
hash = "sha256-0dKtiLr8Y55I2V4yYL8qQzUCqPjFnzleKVscLLdHG8g=";
hash = "sha256-BbjBwQPqm89SqqZs2aE+w+7KujEwFLcJLMSvCtKtYl8=";
};
nativeBuildInputs = [ unzip ];