Unverified Commit 6d1a4038 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

ghost-cli: 1.28.1 -> 1.28.3 (#431893)

parents 5c5d02fa c23b976f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ghost-cli";
  version = "1.28.1";
  version = "1.28.3";

  src = fetchFromGitHub {
    owner = "TryGhost";
    repo = "Ghost-CLI";
    tag = "v${finalAttrs.version}";
    hash = "sha256-gpOaoR/UB8ermQCXlYgoVA3h+OdUGvP6ofjlFlMHA58=";
    hash = "sha256-hmLEkYivIH3uNOz6umEYU+A843a7d1M31OE5RCQ9WRQ=";
  };

  yarnOfflineCache = fetchYarnDeps {
    yarnLock = finalAttrs.src + "/yarn.lock";
    hash = "sha256-4GJ6I0Iynu+/lmiKat3p/MIivVjcyxxhpXKPSOheBls=";
    hash = "sha256-ncZ5ULF1nE0vl+WISfEGZKtABT+pkJtWjHMkT1BjPCE=";
  };

  nativeBuildInputs = [