Skip to content

Commit

Permalink
flet-client-flutter: use tag instead of rev
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 29, 2024
1 parent 9de4e75 commit ef7ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/fl/flet-client-flutter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flutter324.buildFlutterApplication rec {
src = fetchFromGitHub {
owner = "flet-dev";
repo = "flet";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-bD44MCRZPXB/xuw2vBCzNbRNSVgdc4GyyWg3F2adxKk=";
};

Expand Down

0 comments on commit ef7ee8f

Please sign in to comment.