Compare commits

..

No commits in common. "5465bda350c3946e4daa8a0aa5f4c58d9fc79786" and "88af7af8550e21bd5188df6d75f9eef5f9323a68" have entirely different histories.

2 changed files with 16 additions and 17 deletions

View file

@ -357,11 +357,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1728031287, "lastModified": 1727992844,
"narHash": "sha256-uGudMapfYGI7mY5mOZrb5tXYeGhp8Oar7w72qyeFiQA=", "narHash": "sha256-4qhURtbqfaaGfBRz+Fu3iT2QOW7xn7Cl749i5SRZEQM=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "1ed925b69c2854a3f345cbeb7dca29a6286ca926", "rev": "aed529f695bc62f5fa45dc94c545275ebb49bc48",
"revCount": 5289, "revCount": 5288,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland/" "url": "https://github.com/hyprwm/Hyprland/"
@ -563,11 +563,11 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1728064197, "lastModified": 1727783747,
"narHash": "sha256-ndCJysqcQan1+8KFQHu1d9TY2TKPwf7dUUOLsiutl9I=", "narHash": "sha256-fLiDo55WLgikMaaZcFEpkCkL4fQiV7RNEjRn+LxiYao=",
"rev": "5b1715e63349541c1d021f6426b2ad67a0bf518f", "rev": "775292766025380d04004e42fefbdb8ca40b3fa3",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/5b1715e63349541c1d021f6426b2ad67a0bf518f.tar.gz?rev=5b1715e63349541c1d021f6426b2ad67a0bf518f" "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/775292766025380d04004e42fefbdb8ca40b3fa3.tar.gz?rev=775292766025380d04004e42fefbdb8ca40b3fa3"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -1001,11 +1001,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1728049468, "lastModified": 1727866937,
"narHash": "sha256-6Ku6FhIFPSVfyQjScMIr9DPty+lEKU+yi9/dgXsnbZE=", "narHash": "sha256-kGYrBpSQ4zdPrV10gVemCKk3zKBW6XeC5wROcped8Ms=",
"owner": "roc-lang", "owner": "roc-lang",
"repo": "roc", "repo": "roc",
"rev": "6cb250176f523834f9f87716ad9d255026f487b6", "rev": "2c62f773efaa08302dd8e765f4dba91a0cdbde8d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1311,11 +1311,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728043860, "lastModified": 1728001744,
"narHash": "sha256-mj45MYNmO/oXik/33OHb2aY0xSsifgigl/rI7f06Vh4=", "narHash": "sha256-6bYvaXkZK4XZ8o2cyjWkv5pvJKXHioQ9nJbW+7qaURQ=",
"owner": "mitchellh", "owner": "mitchellh",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "03a980692d6509e9ae1c94d72bfb34ffa729d811", "rev": "a2aa0972982b43cff53b409075512874a9887bc2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -155,7 +155,6 @@ 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)