Merge pull request #13 from privatevoid-net/updates-20220401

Updates 2022-04-01
This commit is contained in:
Max Headroom 2022-04-02 20:02:13 +02:00 committed by GitHub
commit 69a4c46bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View file

@ -114,11 +114,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1647094047, "lastModified": 1648633606,
"narHash": "sha256-0TYKbijsXbomKSRiyRXI3SG843SucStKqHOcsUKySVk=", "narHash": "sha256-Xsnq7f1zXj4wyZTuwhlOQV3naVAeOoevXAFYtOtYRA0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "dream2nix", "repo": "dream2nix",
"rev": "867c1dbce5161a505710166f8a3f1777a1089cbc", "rev": "170a157b1f5c145d4dfd4ce7620e265e0cbb3775",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -312,11 +312,11 @@
"pre-commit-hooks-nix": "pre-commit-hooks-nix" "pre-commit-hooks-nix": "pre-commit-hooks-nix"
}, },
"locked": { "locked": {
"lastModified": 1648137830, "lastModified": 1648833539,
"narHash": "sha256-sWnsQoCRXgfvxiwSiTcaR5+pYLl5C2VU8fEYWaeMHUg=", "narHash": "sha256-t9zOxuiN4rT9TZp/0GKrIWjt/qihNCyow+AEs/1P7+I=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "hercules-ci-agent", "repo": "hercules-ci-agent",
"rev": "2414d3ef99c43068af18bf1ab307dc32f08aac69", "rev": "dd464d52c067a95f05379781ad455d87dee68231",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -332,11 +332,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1646559628, "lastModified": 1648827187,
"narHash": "sha256-WDoqxH/IPTV8CkI15wwzvXYgXq9UPr8xd8WKziuaynw=", "narHash": "sha256-lNQqw80uMiUb1GgD4QTCc4bsAXPk7/jwH70J9/0e+QA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "afe96e7433c513bf82375d41473c57d1f66b4e68", "rev": "e1fab012e872c129099535b5b535fc2347cfa6f4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -484,11 +484,11 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1646443525, "lastModified": 1648684941,
"narHash": "sha256-Ts1fC9QSr8jAnWoNqtjg/0FNQmZfpW+tmel9dW50Wcs=", "narHash": "sha256-OW5b5UmvWhEm8Nj3tNtQ0v7566Ym7o8kh3LuUQ3ZicI=",
"ref": "master", "ref": "master",
"rev": "6ce3c62dd3e09e8be553ec0363ec216840a02d77", "rev": "72a3790b643ed8817c8cdb900056261d9e5922be",
"revCount": 11640, "revCount": 11807,
"type": "git", "type": "git",
"url": "https://git.privatevoid.net/max/nix-super-fork" "url": "https://git.privatevoid.net/max/nix-super-fork"
}, },
@ -589,11 +589,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1646588256, "lastModified": 1648648646,
"narHash": "sha256-ZHljmNlt19nSm0Mz8fx6QEhddKUkU4hhwFmfNmGn+EY=", "narHash": "sha256-pHAq/GvsP7zRHkUTCs+4d31C0IEtTIuC6/TFASIA+zg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2ebb6c1e5ae402ba35cca5eec58385e5f1adea04", "rev": "efea022d6fe0da84aa6613d4ddeafb80de713457",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -17,11 +17,11 @@ in
{ {
packages = { packages = {
ghost = let ghost = let
version = "4.39.0"; version = "4.41.3";
dream = dream2nix.makeFlakeOutputs { dream = dream2nix.makeFlakeOutputs {
source = pkgs.fetchzip { source = pkgs.fetchzip {
url = "https://github.com/TryGhost/Ghost/releases/download/v${version}/Ghost-${version}.zip"; url = "https://github.com/TryGhost/Ghost/releases/download/v${version}/Ghost-${version}.zip";
sha256 = "sha256-9XZCe1nd+jeinJHEAbZfLWAiEZK4QqdRxgE2byBkuAc="; sha256 = "sha256-mqN43LSkd9MHoIHyGS1VsPvpqWqX4Bx5KHcp3KOHw5A=";
stripRoot = false; stripRoot = false;
}; };
}; };