all repos — nix-packages @ 87edeb951c192be55d2d912873183aefce8670c0

My personal collection of packages for nix

pkgs/dirstat-rs: fix cargo fetch issue

Alan Pearce
commit

87edeb951c192be55d2d912873183aefce8670c0

parent

951422f947dec61a2416b3e1f86639a7dcb5b9ba

1 file changed, 6 insertions(+), 5 deletions(-)

jump to
M pkgs/dirstat-rs/default.nixpkgs/dirstat-rs/default.nix
@@ -1,7 +1,7 @@
-{ - lib, - rustPlatform, - fetchFromGitHub, +{ lib +, rustPlatform +, fetchFromGitHub +, }: rustPlatform.buildRustPackage rec {
@@ -15,7 +15,8 @@ rev = "v${version}";
hash = "sha256-gDIUYhc+GWbQsn5DihnBJdOJ45zdwm24J2ZD2jEwGyE="; }; - cargoHash = "sha256-lgvuiVCcFrnawmj/dNn/SzUj5k8LVNQ649eqOSDbJbQ="; + useFetchCargoVendor = true; + cargoHash = "sha256-SdxTiIrsK3U4mcrcilOhMkkp12yEUkWlXmlT+C75dZw="; meta = { description = "Fastest(?) disk usage cli, similar to windirstat";