packages/ghost: 4.39.0 -> 4.41.3
This commit is contained in:
parent
354f912e92
commit
22c096ac08
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@ in
|
|||
{
|
||||
packages = {
|
||||
ghost = let
|
||||
version = "4.39.0";
|
||||
version = "4.41.3";
|
||||
dream = dream2nix.makeFlakeOutputs {
|
||||
source = pkgs.fetchzip {
|
||||
url = "https://github.com/TryGhost/Ghost/releases/download/v${version}/Ghost-${version}.zip";
|
||||
sha256 = "sha256-9XZCe1nd+jeinJHEAbZfLWAiEZK4QqdRxgE2byBkuAc=";
|
||||
sha256 = "sha256-mqN43LSkd9MHoIHyGS1VsPvpqWqX4Bx5KHcp3KOHw5A=";
|
||||
stripRoot = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue