From fd58ec6e2419dd016d25d959271b6d025e13a3ab Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 3 Jan 2025 09:41:41 +0000 Subject: [PATCH] nixpkgs-wayland: 0-unstable-2024-12-22 -> 0-unstable-2025-01-03 --- pkgs/by-name/nixpkgs-wayland/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/nixpkgs-wayland/package.nix b/pkgs/by-name/nixpkgs-wayland/package.nix index a0a0f1c5d..86a240a14 100644 --- a/pkgs/by-name/nixpkgs-wayland/package.nix +++ b/pkgs/by-name/nixpkgs-wayland/package.nix @@ -7,8 +7,8 @@ let src = fetchFromGitHub { owner = "nix-community"; repo = "nixpkgs-wayland"; - rev = "8988b0603fed7e3d303718328cf4cd8dd137575e"; - hash = "sha256-HECsyS551+KtffczDgx7w/xvruXHKoUf4JX7xW+Ecbo="; + rev = "42ccba23ce4661f9a1df9c4455533888ca123683"; + hash = "sha256-UtsW0O6RXzZqlwwY9qjDSZ2ygtLUkcnU908FcqEpOuo="; }; 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-22"; + version = "0-unstable-2025-01-03"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: