Skip to content

Commit

Permalink
Merge pull request #301640 from 999eagle/update/intiface-central
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Apr 8, 2024
2 parents 1c1ba4c + b9722d3 commit a169333
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 71 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/in/intiface-central/package.nix
Expand Up @@ -11,12 +11,12 @@
}:
flutter.buildFlutterApplication rec {
pname = "intiface-central";
version = "2.5.3";
version = "2.5.6";
src = fetchFromGitHub {
owner = "intiface";
repo = pname;
rev = "v${version}";
hash = "sha256-i0G3wCfJ9Q7DEmVMrQv2K6fy4YRWsEMNns9zMZkJxvY=";
hash = "sha256-EcOFiaWqljNZIvsCkhuCEChEC51ERxM74EYE6u7Q4U8=";
};
patches = [
./corrosion.patch
Expand All @@ -28,7 +28,7 @@ flutter.buildFlutterApplication rec {
name = "${pname}-${version}-cargo-deps";
inherit src;
sourceRoot = "${src.name}/intiface-engine-flutter-bridge";
hash = "sha256-0sCHa3rMaLYaUG3E3fmsLi0dSdb9vGyv7qNR3JQkXuU=";
hash = "sha256-tkJcwT2lt8+FT9GZ0ROrm1jkOxoq875O3wZkgZl22r4=";
};
cargoRoot = "intiface-engine-flutter-bridge";

Expand Down

0 comments on commit a169333

Please sign in to comment.