Skip to content

Commit

Permalink
[Backport release-24.05] systeroid: 0.4.4 -> 0.4.5 (#364631)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents e27fb1f + 76d9d68 commit e84c1eb
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 e84c1eb

Please sign in to comment.