Unverified Commit 9ee25d98 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

kazumi: 2.0.2 -> 2.0.3 (#492523)

parents 6455a476 c421bddc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@
}:

let
  version = "2.0.2";
  version = "2.0.3";

  src = fetchFromGitHub {
    owner = "Predidit";
    repo = "Kazumi";
    tag = version;
    hash = "sha256-81CWJJr+vOF6WJbO/7sZuAkBfy7cNsUUTpxTUnaM0fg=";
    hash = "sha256-dXVpuxs2+v6voNn+gUZbYa6XxRDwKWnLd3mASLYHHl0=";
  };
in
flutter338.buildFlutterApplication {
+3 −3
Original line number Diff line number Diff line
@@ -1744,11 +1744,11 @@
      "dependency": "transitive",
      "description": {
        "name": "test_api",
        "sha256": "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8",
        "sha256": "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636",
        "url": "https://pub.dev"
      },
      "source": "hosted",
      "version": "0.7.8"
      "version": "0.7.9"
    },
    "tray_manager": {
      "dependency": "direct main",
@@ -2134,6 +2134,6 @@
  },
  "sdks": {
    "dart": ">=3.9.0 <4.0.0",
    "flutter": ">=3.41.0"
    "flutter": ">=3.41.2"
  }
}