summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock17
-rw-r--r--flake.nix2
2 files changed, 9 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index 4fad7f6..37c56e2 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
},
diff --git a/flake.nix b/flake.nix
index c7dbf05..6a6c21f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;