Unverified Commit 65248580 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

niri: 0.1.10 -> 0.1.10.1 (#355868)

parents 4a8b1cc9 fade5922
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2390,7 +2390,7 @@ dependencies = [

[[package]]
name = "niri"
version = "0.1.10"
version = "0.1.10-1"
dependencies = [
 "anyhow",
 "approx 0.5.1",
@@ -2444,7 +2444,7 @@ dependencies = [

[[package]]
name = "niri-config"
version = "0.1.10"
version = "0.1.10-1"
dependencies = [
 "bitflags 2.6.0",
 "csscolorparser",
@@ -2461,7 +2461,7 @@ dependencies = [

[[package]]
name = "niri-ipc"
version = "0.1.10"
version = "0.1.10-1"
dependencies = [
 "clap",
 "schemars",
@@ -2471,7 +2471,7 @@ dependencies = [

[[package]]
name = "niri-visual-tests"
version = "0.1.10"
version = "0.1.10-1"
dependencies = [
 "anyhow",
 "gtk4",
+3 −12
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  dbus,
  eudev,
  fetchFromGitHub,
  fetchpatch,
  libdisplay-info,
  libglvnd,
  libinput,
@@ -26,23 +25,15 @@

rustPlatform.buildRustPackage rec {
  pname = "niri";
  version = "0.1.10";
  version = "0.1.10.1";

  src = fetchFromGitHub {
    owner = "YaLTeR";
    repo = "niri";
    rev = "refs/tags/v${version}";
    hash = "sha256-ea15x8+AAm90aeU1zNWXzX7ZfenzQRUgORyjOdn4Uoc=";
    hash = "sha256-Qjf7alRbPPERfiZsM9EMKX+HwjESky1tieh5PJIkLwE=";
  };

  patches = [
    # Fix scrolling not working with missing mouse config
    (fetchpatch {
      url = "https://github.com/YaLTeR/niri/commit/1951d2a9f262196a706f2645efb18dac3c4d6839.patch";
      hash = "sha256-P/0LMYZ4HD0iG264BMnK4sLNNLmtbefF230GyC+t6qg=";
    })
  ];

  postPatch = ''
    patchShebangs resources/niri-session
    substituteInPlace resources/niri.service \
@@ -52,8 +43,8 @@ rustPlatform.buildRustPackage rec {
  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "smithay-0.3.0" = "sha256-nSM7LukWHO2n2eWz5ipFNkTCYDvx/VvPXnKVngJFU0U=";
      "libspa-0.8.0" = "sha256-kp5x5QhmgEqCrt7xDRfMFGoTK5IXOuvW2yOW02B8Ftk=";
      "smithay-0.3.0" = "sha256-nSM7LukWHO2n2eWz5ipFNkTCYDvx/VvPXnKVngJFU0U=";
    };
  };