Skip to content

Commit 48afa1a

Browse files
authored
twitterBootstrap: 5.3.4 -> 5.3.5 (#398272)
2 parents fad20b0 + bd6ee74 commit 48afa1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tw/twitterBootstrap/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "bootstrap";
10-
version = "5.3.4";
10+
version = "5.3.5";
1111

1212
src = fetchurl {
1313
url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip";
14-
hash = "sha256-m6iuhq6yF540N5WchvEoflWJheNzFe/QR9pW2LaXGfs=";
14+
hash = "sha256-0dKtiLr8Y55I2V4yYL8qQzUCqPjFnzleKVscLLdHG8g=";
1515
};
1616

1717
nativeBuildInputs = [ unzip ];

0 commit comments

Comments
 (0)