Skip to content

Commit

Permalink
Update cargo dep hash
Browse files Browse the repository at this point in the history
  • Loading branch information
EwuUwe committed May 18, 2024
1 parent beefe3d commit ef54b91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
name = "${pname}-${version}-cargo-deps";
src = ./native;
hash = "sha256-3Cfb4IwePENnRkDUNYe/r3cJc1F3yy5yyCejY3XrlY8=";
hash = "sha256-GC8WPIC1a+bT3BlDNMFEzV/4LoLoFFnygNnxDLcrIFc=";
};

pubspecLock = pkgs.lib.importJSON ./pubspec.lock.json;
Expand Down Expand Up @@ -97,9 +97,8 @@
};

packages = with pkgs; {
default = linux;
updateLocks = callPackage ./nix/update-locks.nix {};
linux = flutter.buildFlutterApplication rec {
linux = flutter.buildFlutterApplication {
src = ./.;
inherit cargoDeps pname version pubspecLock;

Expand Down

0 comments on commit ef54b91

Please sign in to comment.