Loading pkgs/by-name/ni/niri/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "25.11"; src = fetchFromGitHub { owner = "YaLTeR"; owner = "niri-wm"; repo = "niri"; tag = "v${finalAttrs.version}"; hash = "sha256-FC9eYtSmplgxllCX4/3hJq5J3sXWKLSc7at8ZUxycVw="; Loading Loading @@ -118,7 +118,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # Upstream recommends setting the commit hash manually when in a # build environment where the Git repository is unavailable. # See https://github.com/YaLTeR/niri/wiki/Packaging-niri#version-string # See https://github.com/niri-wm/niri/wiki/Packaging-niri#version-string NIRI_BUILD_COMMIT = "Nixpkgs"; }; Loading @@ -133,8 +133,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Scrollable-tiling Wayland compositor"; homepage = "https://github.com/YaLTeR/niri"; changelog = "https://github.com/YaLTeR/niri/releases/tag/v${finalAttrs.version}"; homepage = "https://github.com/niri-wm/niri"; changelog = "https://github.com/niri-wm/niri/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ sodiboo Loading Loading
pkgs/by-name/ni/niri/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "25.11"; src = fetchFromGitHub { owner = "YaLTeR"; owner = "niri-wm"; repo = "niri"; tag = "v${finalAttrs.version}"; hash = "sha256-FC9eYtSmplgxllCX4/3hJq5J3sXWKLSc7at8ZUxycVw="; Loading Loading @@ -118,7 +118,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # Upstream recommends setting the commit hash manually when in a # build environment where the Git repository is unavailable. # See https://github.com/YaLTeR/niri/wiki/Packaging-niri#version-string # See https://github.com/niri-wm/niri/wiki/Packaging-niri#version-string NIRI_BUILD_COMMIT = "Nixpkgs"; }; Loading @@ -133,8 +133,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Scrollable-tiling Wayland compositor"; homepage = "https://github.com/YaLTeR/niri"; changelog = "https://github.com/YaLTeR/niri/releases/tag/v${finalAttrs.version}"; homepage = "https://github.com/niri-wm/niri"; changelog = "https://github.com/niri-wm/niri/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ sodiboo Loading