Commit fb45cf3b authored by R. RyanTM's avatar R. RyanTM
Browse files

ghost-cli: 1.28.4 -> 1.28.6

parent c4c5cf7f
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.4";
  version = "1.28.6";

  src = fetchFromGitHub {
    owner = "TryGhost";
    repo = "Ghost-CLI";
    tag = "v${finalAttrs.version}";
    hash = "sha256-T8NiGrJNUHrJouIjlOfjshlWggW63JCGw4GFcoMkjR0=";
    hash = "sha256-GUdo2qn+5YOefCSHlH+jv+gSZWlT8POzQlaN0+Yxuhk=";
  };

  yarnOfflineCache = fetchYarnDeps {
    yarnLock = finalAttrs.src + "/yarn.lock";
    hash = "sha256-osiFLpsEGyXtGDnqJCqu9dP4+Rmay20Ep1PUvRWkIWo=";
    hash = "sha256-B39MyCn4P8iqT/y2wPeHKJgYWzgB4I81usmzC0PH3qU=";
  };

  nativeBuildInputs = [