nixpkgs-wayland: 2024-07-20 -> 2024-07-21

This commit is contained in:
2024-07-22 06:19:39 +00:00
parent 04a5d38f79
commit 77a9f47352

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "ae7066aa9f8080578753991dc8b33b1c8cd747b8";
hash = "sha256-60Ii3X0ijpHJEV69oc5RP1d9AGtmIg8JhKqt750Zy3k=";
rev = "6d34f9c34bdab180fd15185c87a44b3bd11cb4c0";
hash = "sha256-o1thi0iay9AfkqkopNsPfc70bfHD+NcsKOs3IYwRk/A=";
};
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-07-20";
version = "0-unstable-2024-07-21";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: