Loading pkgs/by-name/ni/niri/Cargo.lock +4 −4 Original line number Diff line number Diff line Loading @@ -2390,7 +2390,7 @@ dependencies = [ [[package]] name = "niri" version = "0.1.10" version = "0.1.10-1" dependencies = [ "anyhow", "approx 0.5.1", Loading Loading @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "niri-config" version = "0.1.10" version = "0.1.10-1" dependencies = [ "bitflags 2.6.0", "csscolorparser", Loading @@ -2461,7 +2461,7 @@ dependencies = [ [[package]] name = "niri-ipc" version = "0.1.10" version = "0.1.10-1" dependencies = [ "clap", "schemars", Loading @@ -2471,7 +2471,7 @@ dependencies = [ [[package]] name = "niri-visual-tests" version = "0.1.10" version = "0.1.10-1" dependencies = [ "anyhow", "gtk4", Loading pkgs/by-name/ni/niri/package.nix +3 −12 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ dbus, eudev, fetchFromGitHub, fetchpatch, libdisplay-info, libglvnd, libinput, Loading @@ -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 \ Loading @@ -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="; }; }; Loading Loading
pkgs/by-name/ni/niri/Cargo.lock +4 −4 Original line number Diff line number Diff line Loading @@ -2390,7 +2390,7 @@ dependencies = [ [[package]] name = "niri" version = "0.1.10" version = "0.1.10-1" dependencies = [ "anyhow", "approx 0.5.1", Loading Loading @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "niri-config" version = "0.1.10" version = "0.1.10-1" dependencies = [ "bitflags 2.6.0", "csscolorparser", Loading @@ -2461,7 +2461,7 @@ dependencies = [ [[package]] name = "niri-ipc" version = "0.1.10" version = "0.1.10-1" dependencies = [ "clap", "schemars", Loading @@ -2471,7 +2471,7 @@ dependencies = [ [[package]] name = "niri-visual-tests" version = "0.1.10" version = "0.1.10-1" dependencies = [ "anyhow", "gtk4", Loading
pkgs/by-name/ni/niri/package.nix +3 −12 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ dbus, eudev, fetchFromGitHub, fetchpatch, libdisplay-info, libglvnd, libinput, Loading @@ -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 \ Loading @@ -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="; }; }; Loading