aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock12
-rw-r--r--flake.nix2
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";
};
};