swpui: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2026-07-05 18:55:29 +00:00
commit 7dd23e648e

View file

@ -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";