nixpkgs-wayland: 0-unstable-2024-12-02 -> 0-unstable-2024-12-03

This commit is contained in:
2024-12-04 21:15:42 +00:00
parent 875e788b87
commit fe63675093

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "7c13b14d3918f2d8775b966ffd1ba531d1462f7b";
hash = "sha256-OugU1Egr6ThDlzD8LOiDzgeUEEPPLCTMu0Aqvt1l6AE=";
rev = "baa85eb4c456e649f340c7daef3bf9398dc2f2d7";
hash = "sha256-o0CA0AeQWEKSJpaPst6aMJq4NU6+ccgNKBmo8GD3WJ8=";
};
flake = import "${src}/flake.nix";
evaluated = flake.outputs {
@@ -25,7 +25,7 @@ let
in src.overrideAttrs (base: {
# attributes required by update scripts
pname = "nixpkgs-wayland";
version = "0-unstable-2024-12-02";
version = "0-unstable-2024-12-03";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: