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

This commit is contained in:
Colin 2024-06-24 14:21:48 +00:00
parent b1bd4399f1
commit ef0adb5689

View File

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