From c053e0786597c9f47ef39368c49227ba8cf9e293 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sat, 26 Apr 2025 18:01:06 -0500 Subject: [PATCH] Update to 24.11 --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index f783609..c6e9d67 100644 --- a/flake.lock +++ b/flake.lock @@ -20,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1701282334, - "narHash": "sha256-MxCVrXY6v4QmfTwIysjjaX0XUhqBbxTWWB4HXtDYsdk=", + "lastModified": 1731603435, + "narHash": "sha256-CqCX4JG7UiHvkrBTpYC3wcEurvbtTADLbo3Ns2CEoL8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "057f9aecfb71c4437d2b27d3323df7f93c010b7e", + "rev": "8b27c1239e5c421a2bbc2c65d52e4a6fbf2ff296", "type": "github" }, "original": { "owner": "NixOS", - "ref": "23.11", + "ref": "24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 68e9e11..683d5bd 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ description = "Flutter 3.13.x"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/24.11"; flake-utils.url = "github:numtide/flake-utils"; }; @@ -23,7 +23,7 @@ }; }; - androidSdk = pkgs.androidenv.androidPkgs_9_0.androidsdk; + androidSdk = pkgs.androidenv.androidPkgs.androidsdk; in { devShell =