Unverified Commit d32ea984 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

twitterBootstrap: 5.2.3 -> 5.3.0
parents 1f412d71 ced74bc7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "bootstrap";
  version = "5.2.3";
  version = "5.3.0";

  src = fetchurl {
    url = "https://github.com/twbs/bootstrap/releases/download/v${version}/${pname}-${version}-dist.zip";
    sha256 = "sha256-j6IBaj3uHiBL0WI+BQ3PR36dKME7uYofWPV+D9QM3Tg=";
    sha256 = "sha256-RUN0HbrDlUt7fMDjSHaIoTyOchSmfsMQZyATZmz2zY0=";
  };

  nativeBuildInputs = [ unzip ];