nixpkgs: 2025-08-11 -> 2025-08-12

This commit is contained in:
2025-08-12 15:32:04 +00:00
parent 4442fca519
commit 9a0efcb8c2
4 changed files with 12 additions and 12 deletions

View File

@@ -14,8 +14,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "f04f01f04ab487938de8f1dd195680017a222ad3";
sha256 = "sha256-shkP3e0ZxPF5daN0EY/QhY29hAr/gUqKaS+j7HutJgw=";
version = "unstable-2025-08-11";
rev = "7d6205385266d66267949756c6d59ec55031d09d";
sha256 = "sha256-OLJNcp+VdzRqnWMhE6I2JPNmOBosClqBxDL0Xgq6qnw=";
version = "unstable-2025-08-12";
branch = "master";
}

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "94552f6ab7866f6776de9d5938b406e1821b6f0f";
sha256 = "sha256-OLmo5a31wuoUKdIkVQcmVusrZeZRBF2fR3dc8fXSSww=";
version = "unstable-2025-08-11";
rev = "191c82ac467c6833b836795b51ba02ce82066986";
sha256 = "sha256-TkeFTt3cVRfYjXuIcOYNvdncxQkRLZQFpYwj5pizr3c=";
version = "unstable-2025-08-12";
branch = "staging-next";
}

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "368792825e39eddace35fea2fd79e179264e6378";
sha256 = "sha256-FMDcXqLo73BQB1kwlF9w1MSegCYKv+kLecdaqTMnaPA=";
version = "unstable-2025-08-11";
rev = "9805b5078e94ad0ba543dc81c6a6ef42adbc517f";
sha256 = "sha256-rqmQnUKRnuPx7QHwjFafHRd91cSocPaSsXrxdOedMyM=";
version = "unstable-2025-08-12";
branch = "staging";
}

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "0705a8933efb430c600eddfd4ba5b679b9079537";
hash = "sha256-XfmLnmLPYU18ZKnBn0yCPilSvKFD7uxPxAiPEk2M9uo=";
rev = "955d59060753de8754f1cbc835b22d2a45290da0";
hash = "sha256-0c0M8Git7wWkGudcmEdVf7pO1z03XO/1khp85Tx4t2c=";
};
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-08-10";
version = "0-unstable-2025-08-11";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: