sig: 0.2.1 -> 0.3.0 (#495879)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-12 04:56:29 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sig";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "ynqa";
repo = "sig";
rev = "v${finalAttrs.version}";
hash = "sha256-KxLSZ4/idlDrhRKFUsC3Ko0DcpSzwLWjees1jObC5KQ=";
hash = "sha256-px2QdhhvBxfPCszGqeeYzsUrGwLP4DxXiKeNRAgZ23U=";
};
cargoHash = "sha256-nlW9pXgfn/8MjFFXs+HeIiBT9Ew8M1ETtuTZg5Qa4AE=";
cargoHash = "sha256-dqpapu6qnWfe0vMUXpEh2lXwEV9iqIG7B+P6XQbA9Q8=";
meta = {
description = "Interactive grep (for streaming)";