nixpkgs-wayland: 2024-07-15 -> 2024-07-18

This commit is contained in:
2024-07-20 03:28:29 +00:00
parent 1fea424052
commit 94ecca2967

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "7421424feb2e68a173f6fd218bbf71eb352404e5";
hash = "sha256-9+v7DYzlQn0djo2j11Ges0uj5WzWajpob/Y3WcsEFks=";
rev = "b8d5814544f54426f032ca6f783a00920dc96809";
hash = "sha256-U3vjp0cD8UaLcHgHUkt3Xn2dyjRBczkRElC6QmJRo1A=";
};
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-15";
version = "0-unstable-2024-07-18";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: