1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff --git a/flake.lock b/flake.lock
index 4f7701c314512cd479c4cc594fe5bff1bd0a059f..6cb1b4f274b4961d81c5ce72ebbde51dd78b16dd 100644
--- a/flake.lock
+++ b/flake.lock
@@ -240,17 +240,17 @@ "inputs": {
"nixpkgs": "nixpkgs_8"
},
"locked": {
- "lastModified": 1770466719,
+ "lastModified": 1778680061,
"narHash": "sha256-xiYIZtQYAHHZuKWm7kb23ucae4y8JfxgrIPvGCnbpno=",
- "owner": "jolheiser",
- "repo": "gitpecker",
- "rev": "c6c44039ffc6a735b68da61e5145a53547e65eea",
- "type": "github"
+ "ref": "refs/heads/main",
+ "rev": "8d7b5b7c99eb32a666999910ff391029cbd790af",
+ "revCount": 4,
+ "type": "git",
+ "url": "https://git.jolheiser.com/gitpecker.git"
},
"original": {
- "owner": "jolheiser",
- "repo": "gitpecker",
- "type": "github"
+ "type": "git",
+ "url": "https://git.jolheiser.com/gitpecker.git"
}
},
"golink": {
|