diff options
author | stuebinm | 2022-12-05 00:12:58 +0100 |
---|---|---|
committer | stuebinm | 2022-12-05 00:12:58 +0100 |
commit | 64546ed6399d49ff125ee667b9632825eb3ccba5 (patch) | |
tree | 66d7315ab7121ef7c78a9af375d412f14c9fc27b | |
parent | a58196faadcaa7a2d46049ed655a2f34e06a6317 (diff) |
bump blog input
-rw-r--r-- | flake.lock | 17 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 9 insertions, 10 deletions
@@ -35,16 +35,15 @@ "blog": { "flake": false, "locked": { - "lastModified": 1669390274, - "narHash": "sha256-fG8HMVVz9djFwUn7ZiQN23l7EofG8oDQQJrgxsvLAio=", + "lastModified": 1670189452, + "narHash": "sha256-QwqcpvO1EFLWedZZEYqUAEtVOxSArbgyLGMn4nXDF38=", "ref": "master", - "rev": "59c3ac98eaf9c613f785932d35aca684825d6413", - "revCount": 25, + "rev": "904ef422bc5922cb12f93dcd12bf0e5d73235bf6", + "revCount": 27, "type": "git", "url": "ssh://cgit/~/blog" }, "original": { - "rev": "59c3ac98eaf9c613f785932d35aca684825d6413", "type": "git", "url": "ssh://cgit/~/blog" } @@ -383,11 +382,11 @@ "tracktrain": { "flake": false, "locked": { - "lastModified": 1670074778, - "narHash": "sha256-9Mb+R0LuZob0ANcUjWcInrr9M6vVVn97h+ebHsNxRvk=", + "lastModified": 1670096728, + "narHash": "sha256-b9Id0/Hj+waUBGYIw+X8SgP+aBBsJYGICqpMlBPG6bQ=", "ref": "main", - "rev": "e84f2967a3252f474d9618fb19df6f571c3bc762", - "revCount": 72, + "rev": "d2dd305fca568c149b2ced71bc9a6b7bec7cfd1e", + "revCount": 73, "type": "git", "url": "https://stuebinm.eu/git/tracktrain" }, @@ -20,7 +20,7 @@ uplcg.flake = false; tracktrain.url = "git+https://stuebinm.eu/git/tracktrain?ref=main"; tracktrain.flake = false; - blog.url = "git+ssh://cgit/~/blog?rev=59c3ac98eaf9c613f785932d35aca684825d6413"; + blog.url = "git+ssh://cgit/~/blog"; blog.flake = false; playground.url = "git+https://stuebinm.eu/git/playground"; playground.flake = false; |