Unverified Commit 297ff712 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #226733 from r-ryantm/auto-update/systeroid

systeroid: 0.3.1 -> 0.3.2
parents cad85266 e1f004d9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

rustPlatform.buildRustPackage rec {
  pname = "systeroid";
  version = "0.3.1";
  version = "0.3.2";

  src = fetchFromGitHub {
    owner = "orhun";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-uQa6n8DESnpO9xzfExywY6lG3nZkNSpjgEm5b+ayc8I=";
    sha256 = "sha256-V3b6jrxxgapiqtvcEeLRIB2S3CXDOi+sWm+cO0zOpkA=";
  };

  postPatch = ''
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
      --replace '"/usr/share/doc/kernel-doc-*/Documentation/*",' '"${linux-doc}/share/doc/linux-doc/*",'
  '';

  cargoHash = "sha256-baxXSjbS/5i9xnQGdPYPqgu0c2HGEAU7j7X8wtKSznA=";
  cargoHash = "sha256-K2fWQ4X6/PypYyw2cDXl9bol16PvJHqnEcF5N3BEIdo=";

  buildInputs = [
    xorg.libxcb