We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fad20b0 + bd6ee74 commit 48afa1aCopy full SHA for 48afa1a
pkgs/by-name/tw/twitterBootstrap/package.nix
@@ -7,11 +7,11 @@
7
8
stdenv.mkDerivation (finalAttrs: {
9
pname = "bootstrap";
10
- version = "5.3.4";
+ version = "5.3.5";
11
12
src = fetchurl {
13
url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip";
14
- hash = "sha256-m6iuhq6yF540N5WchvEoflWJheNzFe/QR9pW2LaXGfs=";
+ hash = "sha256-0dKtiLr8Y55I2V4yYL8qQzUCqPjFnzleKVscLLdHG8g=";
15
};
16
17
nativeBuildInputs = [ unzip ];
0 commit comments