From 4b38edfc4f2b606f001ae046a84bd46fc9e4078e Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 5 Oct 2024 21:53:08 +0200 Subject: [PATCH] fix(build): work around some hugo deprecations --- .../2014-03-30-ocsp-stapling-with-nginx.md | 2 +- flake.lock | 30 +++++++++++++++---- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/content/posts/2014-03-30-ocsp-stapling-with-nginx.md b/content/posts/2014-03-30-ocsp-stapling-with-nginx.md index 1421f4b..2ad86e7 100644 --- a/content/posts/2014-03-30-ocsp-stapling-with-nginx.md +++ b/content/posts/2014-03-30-ocsp-stapling-with-nginx.md @@ -1,7 +1,7 @@ --- date: "2014-03-30T21:30:00Z" description: A general explanation of how to set up OCSP stapling with nginx. -modified: 2015-08-03 20:55:00 CEST +modified: "2015-08-03T22:55:00Z" tags: - nginx - ocsp diff --git a/flake.lock b/flake.lock index 808cf95..5e869d4 100644 --- a/flake.lock +++ b/flake.lock @@ -1,12 +1,15 @@ { "nodes": { "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1652776076, - "narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=", + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "04c1b180862888302ddfb2e3ad9eaa63afc60cf8", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "type": "github" }, "original": { @@ -17,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1653326962, - "narHash": "sha256-W8feCYqKTsMre4nAEpv5Kx1PVFC+hao/LwqtB2Wci/8=", + "lastModified": 1728093190, + "narHash": "sha256-CAZF2NRuHmqTtRTNAruWpHA43Gg2UvuCNEIzabP0l6M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "41cc1d5d9584103be4108c1815c350e07c807036", + "rev": "e2f08f4d8b3ecb5cf5c9fd9cb2d53bb3c71807da", "type": "github" }, "original": { @@ -36,6 +39,21 @@ "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root",