From 89542434571e0193ef5aa99bb465262bf957fb86 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Sun, 28 Jan 2024 18:54:47 -0500 Subject: [PATCH] switch crane input back to upstream Thanks to the crane maintainer to fixing my issue in a way that doesn't suck, unlike my attempt in the fork we were briefly using. from: https://gitlab.com/famedly/conduit/-/merge_requests/576 Signed-off-by: strawberry --- flake.lock | 24 ++++++++++++------------ flake.nix | 5 +---- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index a6df214e..b801b38d 100644 --- a/flake.lock +++ b/flake.lock @@ -51,16 +51,16 @@ ] }, "locked": { - "lastModified": 1706070683, - "narHash": "sha256-iQoXIFviH5QbSKDkWyFJKKUtTcSiCvl1tW18ax+pKfI=", - "owner": "CobaltCause", + "lastModified": 1706473964, + "narHash": "sha256-Fq6xleee/TsX6NbtoRuI96bBuDHMU57PrcK9z1QEKbk=", + "owner": "ipetkov", "repo": "crane", - "rev": "8060686afabc5b042e8982200cb2cc3fd22cf416", + "rev": "c798790eabec3e3da48190ae3698ac227aab770c", "type": "github" }, "original": { - "owner": "CobaltCause", - "ref": "crimes-for-cross", + "owner": "ipetkov", + "ref": "master", "repo": "crane", "type": "github" } @@ -73,11 +73,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1706336364, - "narHash": "sha256-mJ5i2YIVKv6jTN2+l3oOUUej2NUVjJX/H3bAq6019ks=", + "lastModified": 1706422804, + "narHash": "sha256-+ypK8QbE9RBe0sK4lAM4+8H4K85BB3BsDKMD7WbykBU=", "owner": "nix-community", "repo": "fenix", - "rev": "eb683549b7d76b12d1a009f888b91b70ed34485f", + "rev": "ce6fec88804dfd11e610cfd04333c23abeae80a8", "type": "github" }, "original": { @@ -211,11 +211,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1706295183, - "narHash": "sha256-VSyMaUsXfjb31B8/uT5cM5qXC1VOHLVsCi/bQuo3O/g=", + "lastModified": 1706352756, + "narHash": "sha256-6K5rK1b2APQfXOrC+Hm+0QcyfPVt+TV81Q6Fd/QjMlQ=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "596e5c77cf5b2b660b3ac2ce732fa0596c246d9b", + "rev": "7219414e81810fd4d967136c4a0650523892c157", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index c56350e1..d6af3c50 100644 --- a/flake.nix +++ b/flake.nix @@ -9,10 +9,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; crane = { - # TODO: Switch back to upstream after [this issue][0] is fixed - # - # [0]: https://github.com/ipetkov/crane/issues/497 - url = "github:CobaltCause/crane?ref=crimes-for-cross"; + url = "github:ipetkov/crane?ref=master"; inputs.nixpkgs.follows = "nixpkgs"; }; attic.url = "github:zhaofengli/attic?ref=main";