Compare commits

..

No commits in common. "f388742c0ff7d73c8c247f9bb423ff4d7d318921" and "35e2d28f051e8ed8e9421c42a79a0f1a87f83adb" have entirely different histories.

2 changed files with 8 additions and 8 deletions

12
flake.lock generated
View File

@ -307,11 +307,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1712317700, "lastModified": 1712212014,
"narHash": "sha256-rnkQ6qMhlxfjpCECkTMlFXHU/88QvC5KpdJWq5H6F1E=", "narHash": "sha256-s+lbaf3nLRn1++/X2eXwY9mYCA/m9l8AvyG8beeOaXE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "782eed8bb64b27acaeb7c17be4a095c85e65717f", "rev": "7e91f2a0ba4b62b88591279d54f741a13e36245b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -455,11 +455,11 @@
"pre-commit-hooks": "pre-commit-hooks_2" "pre-commit-hooks": "pre-commit-hooks_2"
}, },
"locked": { "locked": {
"lastModified": 1712299511, "lastModified": 1712234256,
"narHash": "sha256-yrBK6Jq0UuJjP+nc01OFNoKRRJgPNkbmwPpE4mD2Bis=", "narHash": "sha256-UKt7HrwYc9xab+gDb5C24V75MVKfHW2VsZ6qL28my6Q=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "f285a958c089ccbca9c5710d4a075683fa1af654", "rev": "2c99cefa913c8afb8fa08e53608c6f8bd5a2e5c4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -7,8 +7,8 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "imLinguin"; owner = "imLinguin";
repo = "comet"; repo = "comet";
rev = "389e5d4316c4d384fcb089e0d3289a9c21c07291"; rev = "62bcdd89d09d914edec6d2201891f292527d7b28";
hash = "sha256-10MvcR62OI0dZSoUNzmM6QjyZGSfG9Re7CW0nW1iZz4="; hash = "sha256-CZDx5vgWuG58yaoVvbfOASoULM1HnQxTmVWLa63ci9Q=";
fetchSubmodules = true; fetchSubmodules = true;
}; };