diff options
author | Franck Cuny <franck@fcuny.net> | 2023-04-02 15:45:19 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-04-02 15:45:19 -0700 |
commit | 3eabf3d769bf0545097d6783056f520ac5d039b8 (patch) | |
tree | f61a47a736131ba79208338f30b2183d1db105ad | |
parent | home/wayland: tweaks for mako and wofi (diff) | |
download | world-3eabf3d769bf0545097d6783056f520ac5d039b8.tar.gz |
flake: fix URL for sendsms
-rw-r--r-- | flake.lock | 12 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock index 17cba1c..091f292 100644 --- a/flake.lock +++ b/flake.lock @@ -503,18 +503,18 @@ "rust-overlay": "rust-overlay_2" }, "locked": { - "lastModified": 1669084050, - "narHash": "sha256-yyCn7MpkFW2UHIbWcqja9IbvUjdlILD7w8zIqdmnPFA=", + "lastModified": 1680229401, + "narHash": "sha256-/WMoPZRMYHXUDgDLLI14BwyYpZZ/OpElI8swe0kNjy8=", "ref": "main", - "rev": "87c690117ace78b19f1535595cb68aced1fd04b1", - "revCount": 6, + "rev": "6ca08e1840d85d504987b38fef57474635dc8db2", + "revCount": 7, "type": "git", - "url": "https://git.fcuny.net/fcuny/sendsms" + "url": "https://git.fcuny.net/sendsms" }, "original": { "ref": "main", "type": "git", - "url": "https://git.fcuny.net/fcuny/sendsms" + "url": "https://git.fcuny.net/sendsms" } } }, diff --git a/flake.nix b/flake.nix index 6179c2e..4fd7946 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ }; sendsms = { - url = "git+https://git.fcuny.net/fcuny/sendsms?ref=main"; + url = "git+https://git.fcuny.net/sendsms?ref=main"; }; }; |