Merge pull request #255164 from figsoda/systeroid

systeroid: 0.4.2 -> 0.4.3

authored by Matthias Beyer and committed by GitHub c8b97b6c de54eea1

+5 -4
+5 -4
pkgs/tools/system/systeroid/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "systeroid"; 10 - version = "0.4.2"; 11 12 src = fetchFromGitHub { 13 owner = "orhun"; 14 repo = pname; 15 rev = "v${version}"; 16 - sha256 = "sha256-yEsDtjoV0NQPG/PJnVMBBMuPDBdK2kIfUWxtfkvRI04="; 17 }; 18 19 postPatch = '' ··· 21 --replace '"/usr/share/doc/kernel-doc-*/Documentation/*",' '"${linux-doc}/share/doc/linux-doc/*",' 22 ''; 23 24 - cargoHash = "sha256-Plu7JxTFjLUXWLmIax/QPgq7QzdQd0vFinj+Gx03AQQ="; 25 26 buildInputs = [ 27 xorg.libxcb ··· 33 meta = with lib; { 34 description = "More powerful alternative to sysctl(8) with a terminal user interface"; 35 homepage = "https://github.com/orhun/systeroid"; 36 - license = licenses.asl20; 37 maintainers = with maintainers; [ figsoda ]; 38 }; 39 }
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "systeroid"; 10 + version = "0.4.3"; 11 12 src = fetchFromGitHub { 13 owner = "orhun"; 14 repo = pname; 15 rev = "v${version}"; 16 + sha256 = "sha256-ZviZ8zjUtVv7PRH9xuiGi8OtAHX1oo6JmKHLCyk4Vog="; 17 }; 18 19 postPatch = '' ··· 21 --replace '"/usr/share/doc/kernel-doc-*/Documentation/*",' '"${linux-doc}/share/doc/linux-doc/*",' 22 ''; 23 24 + cargoHash = "sha256-xpE7cP8nISMuIqSO6o6VREsVXQ+K5PU+XUEVvl3k51s="; 25 26 buildInputs = [ 27 xorg.libxcb ··· 33 meta = with lib; { 34 description = "More powerful alternative to sysctl(8) with a terminal user interface"; 35 homepage = "https://github.com/orhun/systeroid"; 36 + changelog = "https://github.com/orhun/systeroid/blob/${src.rev}/CHANGELOG.md"; 37 + license = with licenses; [ asl20 mit ]; 38 maintainers = with maintainers; [ figsoda ]; 39 }; 40 }