server-box: 1.0.1426 -> 1.0.1450 (#537220)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-02 11:20:13 +00:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
}:
let
version = "1.0.1426";
version = "1.0.1450";
src = fetchFromGitHub {
owner = "lollipopkit";
repo = "flutter_server_box";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-6/XKaE28v/LeDXnSAMX1alCIV2hBUeuDrH+Sa6t95m4=";
hash = "sha256-jgbuEgUxsN1ijH++NjXr3eZeTPUQbB/9axCMM/FWp54=";
};
in
flutter344.buildFlutterApplication {