systeroid: 0.4.5 -> 0.4.6 (#441014)

This commit is contained in:
dish
2025-09-08 11:33:22 -04:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "systeroid";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "orhun";
repo = "systeroid";
rev = "v${version}";
sha256 = "sha256-nyQFNPmPcguPGeArd+w1Jexj4/J53PXAeGDvoRSsh/k=";
sha256 = "sha256-Ip5zFyCMtTwfgY/XoHPOJq7VGCjZWVAgnjf6QsTG9go=";
};
postPatch = ''
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
--replace '"/usr/share/doc/kernel-doc-*/Documentation/*",' '"${linux-doc}/share/doc/linux-doc/*",'
'';
cargoHash = "sha256-KopbqiQKHzz40SYJXexIAUCoF7224JtmQ0jkhFSTr4c=";
cargoHash = "sha256-Gce7DqhGD0CeBTPEqKhzdQ3IIHA6kjoWrejj4V8gT1I=";
buildInputs = [
xorg.libxcb