Unverified Commit 04b02e29 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #263722 from r-ryantm/auto-update/fuc

fuc: 1.1.8 -> 1.1.9
parents 61198704 c0aea7a7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "fuc";
  version = "1.1.8";
  version = "1.1.9";

  src = fetchFromGitHub {
    owner = "SUPERCILEX";
    repo = "fuc";
    rev = version;
    hash = "sha256-jVJhV9uy49hWmBw8LVmrid/DswbdD/SOtDc1tZgBQnk=";
    hash = "sha256-4yksr2gilR7Ec2sRzGsGmOgbRSQJR/5fDofZM4sRxDg=";
  };

  cargoHash = "sha256-94NdaJfIcTB6o4+iZXvuqm0OlAQrChGZEy2E7/yMxqE=";
  cargoHash = "sha256-U/LABtCtpop+MXAceE93FKtf1FfgLuVIYqqXtd0NckQ=";

  RUSTC_BOOTSTRAP = 1;