From 19c23c1843cbfd79a14060812631a07dfe1c59fd Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Sun, 23 Jun 2024 11:49:01 +0800 Subject: [PATCH] chore(deps): update nixpkgs to v24.05 --- .github/workflows/check.yaml | 2 +- .github/workflows/release.yml | 2 +- nix/sources.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 034cd63..a57201f 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -15,7 +15,7 @@ jobs: - name: "Install nix" uses: "cachix/install-nix-action@v25" with: - nix_path: "nixpkgs=channel:nixos-23.11" + nix_path: "nixpkgs=channel:nixos-24.05" - name: "Use magic Nix cache" uses: "DeterminateSystems/magic-nix-cache-action@v4" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c961627..44653f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: if: "${{ steps.release.outputs.release_created }}" uses: "cachix/install-nix-action@v25" with: - nix_path: "nixpkgs=channel:nixos-23.11" + nix_path: "nixpkgs=channel:nixos-24.05" extra_nix_config: "system-features = benchmark, big-parallel, nixos-test, uid-range, kvm" - name: "Use magic Nix cache" diff --git a/nix/sources.json b/nix/sources.json index 93a4981..388f6ac 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,14 +1,14 @@ { "nixpkgs": { - "branch": "release-23.11", + "branch": "release-24.05", "description": "Nix Packages collection", "homepage": null, "owner": "NixOS", "repo": "nixpkgs", - "rev": "658f380142d826c8fee8e456288b25ad7cd251e8", - "sha256": "1jyjif9sy7c7hiq5j143lkfb0avqsgyynyc3wzzrzj8x903n37h1", + "rev": "dd868b7bd4d1407d607da0d1d9c5eca89132e2f7", + "sha256": "0jfxj8cg9sqlkmk4lzan0p73mar4cc79g9pshd1907a4flyzdvy2", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/658f380142d826c8fee8e456288b25ad7cd251e8.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/dd868b7bd4d1407d607da0d1d9c5eca89132e2f7.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }