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

This commit is contained in:
2024-08-04 02:18:57 +00:00
parent 9165925469
commit 5605ffda4b

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "f542b1ece547bbcebb006c582b9bec4462b4b6c3";
hash = "sha256-8gBrXbiAg1b3S8xaPAotlBug2Jh0cI3qBRNsUcQ862A=";
rev = "42cd3b92c0e75ed39e76f6487c38d4eab76754f2";
hash = "sha256-g/YU7/tl6yqIkbg7r7YQgoL3EqbkSbYnVGPL8uzk1kI=";
};
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-08-02";
version = "0-unstable-2024-08-03";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: