Merge pull request #255642 from r-ryantm/auto-update/twitterBootstrap

twitterBootstrap: 5.3.1 -> 5.3.2

authored by Weijia Wang and committed by GitHub 7d3927c3 1c89c456

+2 -2
+2 -2
pkgs/development/web/twitter-bootstrap/default.nix
··· 6 7 stdenv.mkDerivation (finalAttrs: { 8 pname = "bootstrap"; 9 - version = "5.3.1"; 10 11 src = fetchurl { 12 url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip"; 13 - hash = "sha256-SfxkgJujf07f2vq0ViDhjGgRDCeg32L0RKDHHTWBp6Q="; 14 }; 15 16 nativeBuildInputs = [ unzip ];
··· 6 7 stdenv.mkDerivation (finalAttrs: { 8 pname = "bootstrap"; 9 + version = "5.3.2"; 10 11 src = fetchurl { 12 url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip"; 13 + hash = "sha256-hUlReGqLkaBeQ9DyIATFyddhdeFv1vUNeTnnsBhMPgk="; 14 }; 15 16 nativeBuildInputs = [ unzip ];