Skip to content

Commit

Permalink
sile: fetchCargoTarball -> fetchCargoVendor (#378014)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Jan 30, 2025
2 parents f633898 + a9ca326 commit 4253a1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/si/sile/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-+9pZUDszPYJmFgHbZH0aKtZ6qLcJjh73jG2CFoRKxWc=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
dontConfigure = true;
nativeBuildInputs = [ zstd ];
hash = "sha256-qw5XvXFhYLQJalk3fQwKakgBwfWMjhJzHKbqjchE2V0=";
hash = "sha256-FdUrivumG5R69CwZedpkBzds5PcZr4zSsA6QW/+rDBM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4253a1b

Please sign in to comment.