Unverified Commit 06c3a28f authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

wlx-overlay-s: 25.3.0 -> 25.4.2 (#396275)

parents 439e0a24 8754c330
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,17 +26,17 @@

rustPlatform.buildRustPackage rec {
  pname = "wlx-overlay-s";
  version = "25.3.0";
  version = "25.4.2";

  src = fetchFromGitHub {
    owner = "galister";
    repo = "wlx-overlay-s";
    rev = "v${version}";
    hash = "sha256-m2YVXF9bEjovZOWa+X1CYHAUaAsUI4dBMG2ni3jP9L4=";
    hash = "sha256-lWUfhiHRxu72p9ZG2f2fZH6WZECm/fOKcK05MLZV+MI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-y4pWUQFPR0jOTdukQZe4d1v0DFDfQtAg0Bi4V4ue5+Y=";
  cargoHash = "sha256-em5sWSty2/pZp2jTwBnLUIBgPOcoMpwELwj984XYf+k=";

  nativeBuildInputs = [
    makeWrapper