diff --git a/flake.lock b/flake.lock index 360f62c..7c708a8 100644 --- a/flake.lock +++ b/flake.lock @@ -64,11 +64,11 @@ ] }, "locked": { - "lastModified": 1779074409, - "narHash": "sha256-6aXy8Ga41iLVM8ibddFU1O5+wYWcBGNEfZzZuL91eIc=", + "lastModified": 1779247103, + "narHash": "sha256-DwltBoBl9a7fCzlKi3xnNha1NHbfvawwkNdnTXEyfFQ=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "2a77b5b1dc952f214e8102acdef1622b68515560", + "rev": "86dbfb70dc1c2967245d87ed6d07d2c8bda305e3", "type": "github" }, "original": { @@ -80,17 +80,17 @@ "ttp": { "flake": false, "locked": { - "lastModified": 1778948017, - "narHash": "sha256-hqBYSZnPq7f/F2Z6nJK+6a8ITk6WRCcVBcNT0CR6SnM=", - "rev": "7e5d1953df8592a1feba0f390d205d0ef61a3119", - "revCount": 117, + "lastModified": 1779304128, + "narHash": "sha256-C/z7JV4RxcuhdYE7vS+x4WJA1rXM/w03kjNfPPRi334=", + "ref": "refs/heads/main", + "rev": "3e3f939f64088cb01c13348b58c504593953ec0e", + "revCount": 122, "type": "git", - "url": "https://git.methanium.net/Tensamin/TTP.git" + "url": "https://git.methanium.net/tensamin/ttp.git" }, "original": { - "rev": "7e5d1953df8592a1feba0f390d205d0ef61a3119", "type": "git", - "url": "https://git.methanium.net/Tensamin/TTP.git" + "url": "https://git.methanium.net/tensamin/ttp.git" } } }, diff --git a/flake.nix b/flake.nix index 0d2450d..2d34959 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; ttp = { - url = "git+https://git.methanium.net/Tensamin/TTP.git?rev=7e5d1953df8592a1feba0f390d205d0ef61a3119"; + url = "git+https://git.methanium.net/tensamin/ttp.git"; flake = false; }; };