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

voxtype: 0.6.3 -> 0.6.5 (#501513)

parents ba2440c3 2349829a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -51,16 +51,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "voxtype";
  version = "0.6.3";
  version = "0.6.5";

  src = fetchFromGitHub {
    owner = "peteonrails";
    repo = "voxtype";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2YYHwiTJVD8kDccMvZe0wsKfWw+C2B0qSDAqT3ze8Mg=";
    hash = "sha256-gY5gP+F3SbCZsG/jaOHnEu291q6akg1M5c4BebRSpvI=";
  };

  cargoHash = "sha256-l0GibrwJfDfJmoPFggeTJbDyW2Bg3XLzG7eX3BbHVUs=";
  cargoHash = "sha256-X6TYlmHjLvsUYlxz4WbzHptKyQZHIBt8u1lLqrS/nz0=";

  buildFeatures =
    [ ]