Unverified Commit 436a34c7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #313699 from r-ryantm/auto-update/dufs

dufs: 0.40.0 -> 0.41.0
parents 5ee3e3a3 23fbbca6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "dufs";
  version = "0.40.0";
  version = "0.41.0";

  src = fetchFromGitHub {
    owner = "sigoden";
    repo = "dufs";
    rev = "v${version}";
    hash = "sha256-BoFoF7V6bTQiJ+afGnivviU/s2ikOxAX06s+AwRxo8Q=";
    hash = "sha256-Ab/f6n2n24mLsWS4WF6jOBt9m7dyeSP0ftYixKANsjY=";
  };

  cargoHash = "sha256-B0K/lco7suYM0/02LaDbeqyt4zyiwoeBxhmUPsVTvkw=";
  cargoHash = "sha256-CNHDZHyg4jrEl3hmdQ7ITCtg9iTmB2RwDAzqSirOCO4=";

  nativeBuildInputs = [ installShellFiles ];