Compare commits

...

2 Commits

Author SHA1 Message Date
51564ed7fa Updated flake lock file 2025-08-28 18:30:33 -04:00
3c7f439ba6 Renamed flutter argument 2025-08-28 18:29:30 -04:00
2 changed files with 8 additions and 8 deletions

12
flake.lock generated
View File

@ -78,11 +78,11 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1755931942, "lastModified": 1756415448,
"narHash": "sha256-WC4suGc4VL0sbnqmWq9bSluZ70TjmfPKXhbKsF2sES8=", "narHash": "sha256-eHMAXHdP9RGwQkAC+/ealzq5VPp/A5vkGXf6tBoGkTo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "ebf1cf52271d69fd79d43818d342b6c46630588c", "rev": "47cae1f72bd1217623ca549f1743798c83accb78",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -92,11 +92,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1755442223, "lastModified": 1756178832,
"narHash": "sha256-VtMQg02B3kt1oejwwrGn50U9Xbjgzfbb5TV5Wtx8dKI=", "narHash": "sha256-O2CIn7HjZwEGqBrwu9EU76zlmA5dbmna7jL1XUmAId8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cd32a774ac52caaa03bcfc9e7591ac8c18617ced", "rev": "d98ce345cdab58477ca61855540999c86577d19d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -3,7 +3,7 @@
, copyDesktopItems , copyDesktopItems
, wrapGAppsHook3 , wrapGAppsHook3
, fetchFromGitHub , fetchFromGitHub
, flutter319 , flutter
}: }:
let let
@ -20,7 +20,7 @@ let
}; };
}; };
in flutter319.buildFlutterApplication rec { in flutter.buildFlutterApplication rec {
version = "5.0.172"; version = "5.0.172";
src = fetchFromGitHub { src = fetchFromGitHub {