mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 01:50:44 -06:00
Compare commits
No commits in common. "0a0f8d1de1e08b2b18f42f09de4ab6d6317daa66" and "c56c7910884f449f41323947ce16691a3cdabb96" have entirely different histories.
0a0f8d1de1
...
c56c791088
2 changed files with 9 additions and 10 deletions
14
flake.lock
14
flake.lock
|
@ -357,11 +357,11 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1727992844,
|
||||
"narHash": "sha256-4qhURtbqfaaGfBRz+Fu3iT2QOW7xn7Cl749i5SRZEQM=",
|
||||
"lastModified": 1727900725,
|
||||
"narHash": "sha256-yS4oC5G/FKrsrRjk03cGzTEXHAwfjP7azFHoKvlFfD8=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "aed529f695bc62f5fa45dc94c545275ebb49bc48",
|
||||
"revCount": 5288,
|
||||
"rev": "de68e065fe861d7ca01eca267df4c305bc6e73c2",
|
||||
"revCount": 5287,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland/"
|
||||
|
@ -1311,11 +1311,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1728001744,
|
||||
"narHash": "sha256-6bYvaXkZK4XZ8o2cyjWkv5pvJKXHioQ9nJbW+7qaURQ=",
|
||||
"lastModified": 1727656237,
|
||||
"narHash": "sha256-qfZ7nYqYmzPc3Ei9hvWRrFu3Mn3WJ2akyYvaoPOOHcM=",
|
||||
"owner": "mitchellh",
|
||||
"repo": "zig-overlay",
|
||||
"rev": "a2aa0972982b43cff53b409075512874a9887bc2",
|
||||
"rev": "5bdd678ad99cd0069dfa6a5822c1d82d45d34ad2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -155,7 +155,6 @@ proc fetchUpdateSummaryFromUrl(url: string): string =
|
|||
reader.close()
|
||||
|
||||
proc getUpdateSummary*(runId: int, host: string): string =
|
||||
withSpinner("fetching update summary"):
|
||||
let url = getUpdateSummaryUrl(runId, host)
|
||||
result = fetchUpdateSummaryFromUrl(url)
|
||||
|
||||
|
|
Loading…
Reference in a new issue