twitterBootstrap: 5.3.5 -> 5.3.6 (#405353)

This commit is contained in:
Wolfgang Walther 2025-06-01 10:13:21 +00:00 committed by GitHub
commit 7636cf8cf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];