nixpkgs-wayland: 2025-05-30 -> 2025-05-31
This commit is contained in:
@@ -7,8 +7,8 @@ let
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "nixpkgs-wayland";
|
repo = "nixpkgs-wayland";
|
||||||
rev = "8f393977fd516e57e674d1d88b2d9d46f730a968";
|
rev = "035840c4d09190922eeb02f3bf2c16ac30f010ad";
|
||||||
hash = "sha256-8ibrBBOSw1MqzqYX/8Qz04IIlw/QMOa7KojtfefB+lQ=";
|
hash = "sha256-NqpfwwQa6NH9w+p/oE8clTwkpK/aiVniEVMRPOdCkgE=";
|
||||||
};
|
};
|
||||||
flake = import "${src}/flake.nix";
|
flake = import "${src}/flake.nix";
|
||||||
evaluated = flake.outputs {
|
evaluated = flake.outputs {
|
||||||
@@ -25,7 +25,7 @@ let
|
|||||||
in src.overrideAttrs (base: {
|
in src.overrideAttrs (base: {
|
||||||
# attributes required by update scripts
|
# attributes required by update scripts
|
||||||
pname = "nixpkgs-wayland";
|
pname = "nixpkgs-wayland";
|
||||||
version = "0-unstable-2025-05-30";
|
version = "0-unstable-2025-05-31";
|
||||||
src = src;
|
src = src;
|
||||||
|
|
||||||
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay:
|
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay:
|
||||||
|
Reference in New Issue
Block a user