Unverified Commit 8f49c86f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

twitterBootstrap: 5.3.3 -> 5.3.4 (#395825)

parents d773cda0 452d6bb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bootstrap";
  version = "5.3.3";
  version = "5.3.4";

  src = fetchurl {
    url = "https://github.com/twbs/bootstrap/releases/download/v${finalAttrs.version}/bootstrap-${finalAttrs.version}-dist.zip";
    hash = "sha256-WwokWrhFiVFmjSn9FJ/GyOY8Z2l378I4IqIjwIJF3ho=";
    hash = "sha256-m6iuhq6yF540N5WchvEoflWJheNzFe/QR9pW2LaXGfs=";
  };

  nativeBuildInputs = [ unzip ];