diff --git a/README.md b/README.md index 950f8ca..30a33a2 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Nixsa lets you use Nix without any installation. Just extract the tarball and yo ```bash # Download the Nixsa tarball -wget https://github.com/noamraph/nixsa/releases/download/v0.1.3/nixsa-0.1.3-x86_64-linux.tar.xz +wget https://github.com/noamraph/nixsa/releases/download/v0.2.0/nixsa-0.2.0-x86_64-linux.tar.xz # Extract -tar -xf nixsa-0.1.3-x86_64-linux.tar.xz +tar -xf nixsa-0.2.0-x86_64-linux.tar.xz # Install a package nixsa/bin/nix profile install nixpkgs#ponysay diff --git a/nixsa-bin/Cargo.lock b/nixsa-bin/Cargo.lock index 2347efe..429ceea 100644 --- a/nixsa-bin/Cargo.lock +++ b/nixsa-bin/Cargo.lock @@ -40,7 +40,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "nixsa" -version = "0.1.3" +version = "0.2.0" dependencies = [ "anyhow", "camino", diff --git a/nixsa-bin/Cargo.toml b/nixsa-bin/Cargo.toml index 082a4cf..0cef5dc 100644 --- a/nixsa-bin/Cargo.toml +++ b/nixsa-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixsa" -version = "0.1.3" +version = "0.2.0" edition = "2021" [dependencies]