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

fuc: 1.1.7 -> 1.1.8

authored by

Weijia Wang and committed by
GitHub
6745a358 0f7bfd97

+3 -3
+3 -3
pkgs/tools/misc/fuc/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "fuc"; 10 - version = "1.1.7"; 11 12 src = fetchFromGitHub { 13 owner = "SUPERCILEX"; 14 repo = "fuc"; 15 rev = version; 16 - hash = "sha256-Ii0X2QGvUE+wDD7pKN3Mws4VqnwGJFdpjjv3oJRn/pY="; 17 }; 18 19 - cargoHash = "sha256-08MQCKfkusnE9fuuJOlKeDESwmf8ajU7qMjujN2o5bU="; 20 21 RUSTC_BOOTSTRAP = 1; 22
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "fuc"; 10 + version = "1.1.8"; 11 12 src = fetchFromGitHub { 13 owner = "SUPERCILEX"; 14 repo = "fuc"; 15 rev = version; 16 + hash = "sha256-jVJhV9uy49hWmBw8LVmrid/DswbdD/SOtDc1tZgBQnk="; 17 }; 18 19 + cargoHash = "sha256-94NdaJfIcTB6o4+iZXvuqm0OlAQrChGZEy2E7/yMxqE="; 20 21 RUSTC_BOOTSTRAP = 1; 22