nixpkgs-wayland: 2024-06-23 -> 2024-06-26

This commit is contained in:
2024-06-26 21:01:49 +00:00
parent 943ebba7fb
commit 0bc228c07b

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "3c5a40d3dd8e1383b027570b27514aef09b85bd8";
hash = "sha256-56fpwnm9kEN1EwWP/QK5vrVKprGqB8P1nykzNwU+njY=";
rev = "1bd617718d90986d75190b5df5b172d1a189a817";
hash = "sha256-69nzxN6s6KmYDz73iOP3eXTq+xsj7IpJyFcK7ytK/bU=";
};
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-06-23";
version = "0-unstable-2024-06-26";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: