2025-07-27 -> 2025-07-28

This commit is contained in:
2025-07-28 17:24:33 +00:00
parent 162953b004
commit 394e4c42b4

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "84d19a51955cddc30d7aafb48bb4e8d7a7ec838d";
hash = "sha256-s9CcTLZ9s1ow3ZU1KGiUuBIFxToSZ7I4t44ay8GzrJs=";
rev = "893adcf2ce0e3179ae8d0083ad4101fe7c4d3629";
hash = "sha256-7bLTnXJ4tF6vxoThB6cBCKoNgSURYaWaFhip7PllI0Y=";
};
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-2025-07-27";
version = "0-unstable-2025-07-28";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: