Skip to content

Commit

Permalink
kdePackages.angelfish: fetchCargoTarball -> fetchCargoVendor
Browse files Browse the repository at this point in the history
I messed this one up before.

Fixes: 924f85e ("kdePackages.angelfish: fetchCargoTarball -> fetchCargoVendor")
  • Loading branch information
alyssais committed Jan 30, 2025
1 parent 4253a1b commit a5c3e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/kde/gear/angelfish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ mkKdeDerivation rec {
pname = "angelfish";
inherit (sources.${pname}) version;

cargoDeps = rustPlatform.fetchCargoTarball {
cargoDeps = rustPlatform.fetchCargoVendor {
# include version in the name so we invalidate the FOD
name = "${pname}-${version}";
src = sources.${pname};
hash = "sha256-offD53HaPG0GQk+aPjRzhhc8d8wfHYmdaJ0X8NtluMU=";
hash = "sha256-5TMHytHLIjdzY6O1+V9do/JCfxFfBkYD+bd+FNLlrMk=";
};

extraNativeBuildInputs = [
Expand Down

0 comments on commit a5c3e9b

Please sign in to comment.