From 69b3dd05e6b64c71a10fb749b5ac4d7c8e40f720 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Tue, 20 May 2025 12:27:39 -0700 Subject: [PATCH] stylix: bump release to 25.11 (#1317) Closes: https://github.com/nix-community/stylix/issues/1315 Link: https://github.com/nix-community/stylix/pull/1317 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- .github/labeler.yml | 2 +- flake.lock | 12 ++++++------ stylix/release.nix | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5da4ce10..05892527 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,7 +2,7 @@ # This version uses `sync-labels: false`, meaning that a non-match will NOT # remove the label --- -"backport release-24.11": +"backport release-25.05": - changed-files: - any-glob-to-any-file: - ".github/workflows/*" diff --git a/flake.lock b/flake.lock index 750ed2af..0c7004dd 100644 --- a/flake.lock +++ b/flake.lock @@ -203,11 +203,11 @@ ] }, "locked": { - "lastModified": 1747279714, - "narHash": "sha256-UdxlE8yyrKiGq3bgGyJ78AdFwh+fuRAruKtyFY5Zq5I=", + "lastModified": 1747763032, + "narHash": "sha256-9j3oCbemeH7bTVXJ3pDWxOptbxDx2SdK1jY2AHpjQiw=", "owner": "nix-community", "repo": "home-manager", - "rev": "954615c510c9faa3ee7fb6607ff72e55905e69f2", + "rev": "29dda415f5b2178278283856c6f9f7b48a2a4353", "type": "github" }, "original": { @@ -218,11 +218,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1747327360, - "narHash": "sha256-LSmTbiq/nqZR9B2t4MRnWG7cb0KVNU70dB7RT4+wYK4=", + "lastModified": 1747542820, + "narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e06158e58f3adee28b139e9c2bcfcc41f8625b46", + "rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043", "type": "github" }, "original": { diff --git a/stylix/release.nix b/stylix/release.nix index 88aa6dd2..b8414db2 100644 --- a/stylix/release.nix +++ b/stylix/release.nix @@ -3,7 +3,7 @@ options.stylix = { release = lib.mkOption { description = "The version of NixOS that Stylix is built to support"; - default = "25.05"; + default = "25.11"; internal = true; readOnly = true; };