Update version

Also fix nix hash
pull/25/head v0.3.3
Arijit Basu 3 years ago committed by Arijit Basu
parent 09abda29a3
commit e34755b11b

@ -1,6 +1,6 @@
[package]
name = "xplr"
version = "0.3.2" # Update app.rs and default.nix
version = "0.3.3" # Update app.rs and default.nix
authors = ["Arijit Basu <sayanarijit@gmail.com>"]
edition = "2018"
description = "A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf"

@ -9,6 +9,5 @@ rustPlatform.buildRustPackage rec {
("https://github.com/sayanarijit/xplr/archive/refs/tags/v0.3.2.tar.gz");
buildInputs = [ cargo ];
checkPhase = "";
cargoSha256 = "0000000000000000000000000000000000000000000000000000";
cargoSha256 = "1wxb0ian7b9abi00i9v2wxkqiw71c3zcxrv5j89pqj5k23wzv04i";
}

@ -13,7 +13,7 @@ use std::io;
use std::path::PathBuf;
use std::time::Duration;
pub const VERSION: &str = "v0.3.2"; // Update Cargo.toml and default.nix
pub const VERSION: &str = "v0.3.3"; // Update Cargo.toml and default.nix
pub const TEMPLATE_TABLE_ROW: &str = "TEMPLATE_TABLE_ROW";
pub const UNSUPPORTED_STR: &str = "???";
pub const UPGRADE_GUIDE_LINK: &str = "github.com/sayanarijit/xplr/wiki/Upgrade-Guide";

Loading…
Cancel
Save