Update to 24.11

This commit is contained in:
Benson Chu 2025-04-26 18:01:06 -05:00
parent 6a033813e7
commit c053e07865
2 changed files with 6 additions and 6 deletions

View file

@ -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"
}

View file

@ -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 =