Skip to content

Commit

Permalink
Merge pull request NixOS#331856 from symphorien/update-nix-du-121
Browse files Browse the repository at this point in the history
nix-du: 1.2.0 -> 1.2.1
  • Loading branch information
wineee authored Aug 3, 2024
2 parents 81d6cb6 + 4c445ed commit fa768fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix-du/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "nix-du";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "symphorien";
repo = "nix-du";
rev = "v${version}";
sha256 = "sha256-HfmMZVlsdg9hTWGUihl6OlQAp/n1XRvPLfAKJ8as8Ew=";
sha256 = "sha256-WImnfkBU17SFQG1DzVUdsNq3hkiISNjAVZr2xGbgwHg=";
};

cargoHash = "sha256-oUxxuBqec4aI2h8BAn1WSA44UU7f5APkv0DIwuSun0M=";
cargoHash = "sha256-gE99nCJIi6fsuxzJuU80VWXIZqVbqwBhKM2aRlhmYco=";

doCheck = true;
nativeCheckInputs = [ nix graphviz ];
Expand Down

0 comments on commit fa768fb

Please sign in to comment.