nix-du: 1.2.0 -> 1.2.1

Diff: https://github.com/symphorien/nix-du/compare/v1.2.0...v1.2.1
This commit is contained in:
Guillaume Girol
2024-08-02 23:06:19 +02:00
parent 9f918d616c
commit 4c445ed479
@@ -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 ];