Compare commits

..

No commits in common. "0a0f8d1de1e08b2b18f42f09de4ab6d6317daa66" and "c56c7910884f449f41323947ce16691a3cdabb96" have entirely different histories.

2 changed files with 9 additions and 10 deletions

View file

@ -357,11 +357,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1727992844, "lastModified": 1727900725,
"narHash": "sha256-4qhURtbqfaaGfBRz+Fu3iT2QOW7xn7Cl749i5SRZEQM=", "narHash": "sha256-yS4oC5G/FKrsrRjk03cGzTEXHAwfjP7azFHoKvlFfD8=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "aed529f695bc62f5fa45dc94c545275ebb49bc48", "rev": "de68e065fe861d7ca01eca267df4c305bc6e73c2",
"revCount": 5288, "revCount": 5287,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland/" "url": "https://github.com/hyprwm/Hyprland/"
@ -1311,11 +1311,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728001744, "lastModified": 1727656237,
"narHash": "sha256-6bYvaXkZK4XZ8o2cyjWkv5pvJKXHioQ9nJbW+7qaURQ=", "narHash": "sha256-qfZ7nYqYmzPc3Ei9hvWRrFu3Mn3WJ2akyYvaoPOOHcM=",
"owner": "mitchellh", "owner": "mitchellh",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "a2aa0972982b43cff53b409075512874a9887bc2", "rev": "5bdd678ad99cd0069dfa6a5822c1d82d45d34ad2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -155,9 +155,8 @@ proc fetchUpdateSummaryFromUrl(url: string): string =
reader.close() reader.close()
proc getUpdateSummary*(runId: int, host: string): string = proc getUpdateSummary*(runId: int, host: string): string =
withSpinner("fetching update summary"): let url = getUpdateSummaryUrl(runId, host)
let url = getUpdateSummaryUrl(runId, host) result = fetchUpdateSummaryFromUrl(url)
result = fetchUpdateSummaryFromUrl(url)
type type
GitRepo = object GitRepo = object