mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
swpui: 0.9.0 -> 0.10.0
This commit is contained in:
parent
8f7639a0d4
commit
7dd23e648e
1 changed files with 3 additions and 3 deletions
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "swpui";
|
||||
version = "0.9.0";
|
||||
version = "0.10.0";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "beeb";
|
||||
repo = "swpui";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-JnWm+UFditTpDTLvWycSmS1jAJs5KaOF+ymVCeGzgAw=";
|
||||
hash = "sha256-/UojnHph71H7mhinCi+uQDhkKkh20JdcHjiF1R7SE3A=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-FkQs9FLJ8JxvmfHwWx8kvv7UcX3YX+wyXinGeX5sNVQ=";
|
||||
cargoHash = "sha256-jaI5jX5hdyZu15oObp+vx4P0OxW/3q2Pg4aQzSJySLY=";
|
||||
|
||||
meta = {
|
||||
description = "TUI utility to search and replace with a focus on ergonomics, speed and case-awareness";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue