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

This commit is contained in:
Colin 2024-07-04 06:57:55 +00:00
parent e82feb9f71
commit b596f88ccc

View File

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