Unverified Commit 2afd00b1 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

wluma: 4.5.1 → 4.6.0 (#368586)

parents 35a78b8f 960ff389
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19453,6 +19453,12 @@
    githubId = 807447;
    name = "Robert Scott";
  };
  Rishik-Y = {
    name = "Rishik Yalamanchili";
    email = "202301258@daiict.ac.in";
    github = "Rishik-Y";
    githubId = 73787402;
  };
  risson = {
    name = "Marc Schmitt";
    email = "marc.schmitt@risson.space";
+4 −3
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

rustPlatform.buildRustPackage rec {
  pname = "wluma";
  version = "4.5.1";
  version = "4.6.0";

  src = fetchFromGitHub {
    owner = "maximbaz";
    repo = "wluma";
    rev = version;
    sha256 = "sha256-5uSExmh1a88kZDly4VrHzI8YwfTDB8wm2mMGZyvKsk4=";
    sha256 = "sha256-Z4sd2v6Ukr0bLGMiG/oBi0uic87Y1Ag9C3ZgyrR4VmI=";
  };

  postPatch = ''
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
      'ExecStart=/usr/bin/wluma' 'ExecStart=${placeholder "out"}/bin/wluma'
  '';

  cargoHash = "sha256-hKxKEs88tB05AiWC/LuC/0jJ1RxeUnpp35A6UTQK4xw=";
  cargoHash = "sha256-QyRGKhKsCVt6ykzzr+WJdiLpIZHVvL5sRzNucg/3llk=";

  nativeBuildInputs = [
    makeWrapper
@@ -77,6 +77,7 @@ rustPlatform.buildRustPackage rec {
      yshym
      jmc-figueira
      atemu
      Rishik-Y
    ];
    platforms = platforms.linux;
    mainProgram = "wluma";