twitterBootstrap: 5.3.7 -> 5.3.8 (#436983)

authored by Wolfgang Walther and committed by GitHub 2eae9352 e4a2c22a

+2 -2
+2 -2
pkgs/by-name/tw/twitterBootstrap/package.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "bootstrap"; 10 - version = "5.3.7"; 10 + version = "5.3.8"; 11 11 12 12 src = fetchurl { 13 13 url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip"; 14 - hash = "sha256-nuEoO1JVD4UE0VZZTxddacpVp79o771fpi3ZHLJ/qGs="; 14 + hash = "sha256-MljIc8vLHi2B9DdK/qLqZDfZ7ukHcEEHP9gd1XnFums="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ unzip ];