Unverified Commit eac9adc9 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

sig: 0.2.1 -> 0.3.0 (#495879)

parents 1d606344 b8ff209c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)";