saber: 0.26.10 -> 1.29.1 (#462125)

This commit is contained in:
Sandro
2025-12-15 15:56:57 +00:00
committed by GitHub
3 changed files with 397 additions and 179 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
{
"flutter_secure_storage_linux": "sha256-cFNHW7dAaX8BV7arwbn68GgkkBeiAgPfhMOAFSJWlyY=",
"receive_sharing_intent": "sha256-8D5ZENARPZ7FGrdIErxOoV3Ao35/XoQ2tleegI42ZUY=",
"yaru": "sha256-1sx2jtU6TXtzdGQn14dGZUszxqRBAEJkuEM5mDG7cR4="
"receive_sharing_intent": "sha256-8D5ZENARPZ7FGrdIErxOoV3Ao35/XoQ2tleegI42ZUY="
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
lib,
flutter335,
flutter338,
fetchFromGitHub,
gst_all_1,
libunwind,
@@ -24,16 +24,16 @@ let
ln -s ${zlib}/lib $out/lib
'';
version = "0.26.10";
version = "1.29.1";
src = fetchFromGitHub {
owner = "saber-notes";
repo = "saber";
tag = "v${version}";
hash = "sha256-PmkhIyRbRWp+ZujP8R1/h7NpKwYsaKx4JtYIikZjVzc=";
hash = "sha256-+hqZQQtuNsyAIUKb0fydSnRTqc8EGVxWRtGubccsK2w=";
};
in
flutter335.buildFlutterApplication {
flutter338.buildFlutterApplication {
pname = "saber";
inherit version src;
File diff suppressed because it is too large Load Diff