nixpkgs-wayland: 2024-07-01 -> 2024-07-02

This commit is contained in:
Colin 2024-07-03 09:04:43 +00:00
parent d46239f2ad
commit b009b2c836

View File

@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "92c218b0fc7fcb288ac09b8e1c4176d1ce90cd3b";
hash = "sha256-Rxt+SVLtA+vFMwQAe2aDTpKicZrh+bc0iW3NuwiLvkM=";
rev = "4768362970ce19556c905d38a43d3ad3fb9b5688";
hash = "sha256-21m2bwO4V5U97jsCl0gLplA2MKkIA1A4B93lEP75pCY=";
};
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-01";
version = "0-unstable-2024-07-02";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: