Skip to content

Commit

Permalink
kazumi: 1.5.0 -> 1.5.1 (NixOS#374134)
Browse files Browse the repository at this point in the history
Co-authored-by: aucub <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and aucub authored Jan 15, 2025
2 parents f4120b8 + 1c16927 commit 04828bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ka/kazumi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
}:
flutter327.buildFlutterApplication rec {
pname = "kazumi";
version = "1.5.0";
version = "1.5.1";

src = fetchFromGitHub {
owner = "Predidit";
repo = "Kazumi";
tag = version;
hash = "sha256-YYg8DpW/O517R9YZ9jpikNIy2MfLQdiLsdhO3uhCusc=";
hash = "sha256-JEVZptPD3PZqaIRmzYAaz6HHfNQqAQX6F/K/5bnLyl4=";
};

pubspecLock = lib.importJSON ./pubspec.lock.json;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ka/kazumi/pubspec.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@
"dependency": "direct main",
"description": {
"name": "card_settings_ui",
"sha256": "36bd1bb8e3d18612e2654e722da0f1ed9bc7a412339b906205107ece72b8e14b",
"sha256": "3c0677c31b68ac654e7efc85a4adfec4375445f8c67a1dbe88aa8cf115e52533",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.0.0"
"version": "1.1.1"
},
"characters": {
"dependency": "transitive",
Expand Down

0 comments on commit 04828bd

Please sign in to comment.