nixpkgs-wayland: 2024-06-20 -> 2024-06-21

This commit is contained in:
Colin 2024-06-22 01:24:26 +00:00
parent 7d59782005
commit 5f5e55c98b

View File

@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "270d6e790dd9fe003b09bde98925f1648b638a09";
hash = "sha256-P/Nug/w5ODUCiz76m8MRJF0ADcWcPQ54W1fYmwp6w9o=";
rev = "d0eb8a2eb4b9e30e10b95ed5d99f3501c1b3367d";
hash = "sha256-WA75k8/SJkHd+qaLUJFy4uGM95wDn/18wv+awR0kTbo=";
};
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-20";
version = "0-unstable-2024-06-21";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: