Unverified Commit d6fe5898 authored by Gabriel Fontes's avatar Gabriel Fontes
Browse files

flavours: 0.6.1 -> 0.7.0

parent ad74ffec
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

rustPlatform.buildRustPackage rec {
  pname = "flavours";
  version = "0.6.1";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "Misterio77";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Q2YW9oFqzkmWscoE4p9E43bo1/4bQrTnd8tvPsJqJyQ=";
    hash = "sha256-48f05kIojCCANxV2rGmyXvGVqID2Wy0uh/YavR8d3XI=";
  };

  buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];

  cargoSha256 = "sha256-IrVcd8ilWbaigGMqT+kaIW3gnE+m+Ik5IyhQ4zPlyPE=";
  cargoHash = "sha256-YeIiyyGjjXoyuQ2td393LuiyvDmLZdoWf2BGYWqynD4=";

  nativeBuildInputs = [ installShellFiles ];