Skip to content

Commit

Permalink
systeroid: 0.4.4 -> 0.4.5
Browse files Browse the repository at this point in the history
(cherry picked from commit a591e7e)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 12, 2024
1 parent 64e9404 commit 76d9d68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/systeroid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@

rustPlatform.buildRustPackage rec {
pname = "systeroid";
version = "0.4.4";
version = "0.4.5";

src = fetchFromGitHub {
owner = "orhun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FnUXf2Ia/XIu9ESs71p0UrXC7y7n7SYpfU0+Es7KYqM=";
sha256 = "sha256-nyQFNPmPcguPGeArd+w1Jexj4/J53PXAeGDvoRSsh/k=";
};

postPatch = ''
substituteInPlace systeroid-core/src/parsers.rs \
--replace '"/usr/share/doc/kernel-doc-*/Documentation/*",' '"${linux-doc}/share/doc/linux-doc/*",'
'';

cargoHash = "sha256-TTxvkRRVPCycEtAmm5BIOVc9bUmdqQBPSORBxHzm9ms=";
cargoHash = "sha256-ErNSsObo4Tbt9uvbIqOgR6dnSsL25urqocSGN/Won4A=";

buildInputs = [
xorg.libxcb
Expand Down

0 comments on commit 76d9d68

Please sign in to comment.