Skip to content

Commit

Permalink
Merge pull request #333455 from alyssais/fuc-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Aug 13, 2024
2 parents 7d9a283 + 6f5a1be commit bd7ecc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/fuc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "fuc";
version = "2.1.0";
version = "2.2.0";

src = fetchFromGitHub {
owner = "SUPERCILEX";
repo = "fuc";
rev = version;
hash = "sha256-7hXSw79hIxfPRm7nSQhdG3/M9cZ+hN4X0kRHR2PDK0U=";
hash = "sha256-ZEiMyX85woPOKaMtw8qqrUXUhY8Ewm71I25inUMH1GQ=";
};

cargoHash = "sha256-hnfH8ET4PVbi5qzXxa3gbOHYnlVqXA15efUefF+6zfs=";
cargoHash = "sha256-7xPZFZ+vWi6HbaHeIWEnOfQkHsLIMsHq+RuuDOWwusQ=";

RUSTC_BOOTSTRAP = 1;

Expand Down

0 comments on commit bd7ecc4

Please sign in to comment.