diff --git a/README.md b/README.md index 0b094af5..f982d741 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,13 @@ Then ```bash # Install the stable version to your user env (with shell completions): -nix-env -i -f https://github.com/nix-community/crate2nix/tarball/0.11.1 +nix-env -i -f https://github.com/nix-community/crate2nix/tarball/0.12.0 ``` or with flakes (enabled by default by nix-installer above): ```bash -nix profile install github:nix-community/crate2nix?ref=0.11.1 +nix profile install github:nix-community/crate2nix?ref=0.12.0 ``` NOTE: You can use [eigenvalue.cachix.org](https://eigenvalue.cachix.org/) to @@ -111,7 +111,7 @@ nix-env -i -f https://github.com/nix-community/crate2nix/tarball/master or with flakes (enabled by default by nix-installer above): ```bash -nix profile install nix-community/crate2nix?ref=0.11.1 +nix profile install nix-community/crate2nix?ref=0.12.0 ``` If you want to tweak crate2nix, clone the repository and then