Update default.nix

pull/25/head
Arijit Basu 3 years ago
parent e34755b11b
commit a484c2fd39
No known key found for this signature in database
GPG Key ID: 7D7BF809E7378863

2
Cargo.lock generated

@ -1164,7 +1164,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "xplr"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"anyhow",
"chrono",

@ -4,9 +4,9 @@ with import <nixpkgs> { };
rustPlatform.buildRustPackage rec {
name = "xplr";
version = "0.3.2";
version = "0.3.3";
src = fetchTarball
("https://github.com/sayanarijit/xplr/archive/refs/tags/v0.3.2.tar.gz");
("https://github.com/sayanarijit/xplr/archive/refs/tags/v0.3.3.tar.gz");
buildInputs = [ cargo ];
checkPhase = "";
cargoSha256 = "1wxb0ian7b9abi00i9v2wxkqiw71c3zcxrv5j89pqj5k23wzv04i";

@ -16,7 +16,7 @@ use std::time::Duration;
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";
pub const UPGRADE_GUIDE_LINK: &str = "https://github.com/sayanarijit/xplr/wiki/Upgrade-Guide";
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Pipe {

Loading…
Cancel
Save