From cd760aeb2b5581bbb3c405eca9a440f6b85cabf0 Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Tue, 6 Feb 2024 16:35:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20Nedryland=2010.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-components.yml | 6 +++--- CHANGELOG.md | 2 ++ default.nix | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-components.yml b/.github/workflows/build-components.yml index ce0c829..c7a6e9c 100644 --- a/.github/workflows/build-components.yml +++ b/.github/workflows/build-components.yml @@ -87,9 +87,9 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup Nix (Nedryland 9.0.0) + - name: Setup Nix (Nedryland 10.0.0) if: ${{ github.repository != 'goodbyekansas/nedryland' }} - uses: goodbyekansas/nedryland/.github/actions/setup-nix@9.0.0 + uses: goodbyekansas/nedryland/.github/actions/setup-nix@10.0.0 with: access-key: ${{ secrets.nix-access-key }} builders-access-key: ${{ secrets.nix-builders-access-key }} @@ -244,7 +244,7 @@ jobs: - name: Setup Nix (Nedryland 1) if: ${{ github.repository != 'goodbyekansas/nedryland' }} - uses: goodbyekansas/nedryland/.github/actions/setup-nix@9.0.0 + uses: goodbyekansas/nedryland/.github/actions/setup-nix@10.0.0 with: access-key: ${{ secrets.nix-access-key }} builders-access-key: ${{ secrets.nix-builders-access-key }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ce31623..7b8f605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] - 2024-02-06 + ### Added - Support for nixpkgs up to 23.11 diff --git a/default.nix b/default.nix index c264c0f..9814e69 100644 --- a/default.nix +++ b/default.nix @@ -5,7 +5,7 @@ let "Nedryland supports nixpkgs versions >= 22.05, you have ${pkgs.lib.version or "unknown"}}"; let pkgs' = pkgs; - version = "9.0.0"; + version = "10.0.0"; versionAtLeast = pkgs'.lib.versionAtLeast version; in {