mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
tere: 1.5.1-unstable-2024-04-01 -> v1.6.0 (#342160)
This commit is contained in:
commit
8b4f69e700
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "tere";
|
pname = "tere";
|
||||||
version = "1.5.1-unstable-2024-04-01";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mgunyho";
|
owner = "mgunyho";
|
||||||
repo = "tere";
|
repo = "tere";
|
||||||
rev = "659422ecb2810f91446a71e52b82524d4f1755d8";
|
rev = "5adf1176e8c12c073ad244cac7773a7808ed2021";
|
||||||
sha256 = "sha256-CH8gcfkjSAknG6kKHp0aODcrjEJjzHbgeVaE/PK1zRA=";
|
sha256 = "sha256-oY4oeSttM8LLXLirYq/B7Nzajkg4Pw26uig5gZxqU3s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-GtGWuvYdxP3dgGekoXYaM+lnZJBgJX1UIWe0EH+/52M=";
|
cargoHash = "sha256-UWZWm6wDiQqUNcWV1nDUWXVhWgqoVUCDWz09cRkiPKg=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
# ncurses provides the tput command needed for integration tests
|
# ncurses provides the tput command needed for integration tests
|
||||||
|
Loading…
Reference in New Issue
Block a user