nixpkgs-wayland: 0-unstable-2024-10-29 -> 0-unstable-2024-11-04
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 = "d3bb51e62dd4a31c7cfea0f1ad511e53774a79fe";
|
rev = "830366403098ea988cee4e38e81e4971cb18a0dd";
|
||||||
hash = "sha256-SYFUfTXsDeIK3q7fy6SrZ1v+lVQrEmZaKc1fpp4wuBQ=";
|
hash = "sha256-OMsuVV+HO/UtdWusVLzkuA1vMPcqNMp/hx+lX9snMLw=";
|
||||||
};
|
};
|
||||||
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-2024-10-29";
|
version = "0-unstable-2024-11-04";
|
||||||
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