We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c5bcd commit c59b912Copy full SHA for c59b912
1 file changed
flake.nix
@@ -28,7 +28,7 @@
28
29
outputs = { self, nixpkgs, raspberry-pi-nix, lnbits, phoenixd, spark-sidecar, arkade-sidecar, ... }:
30
let
31
- version = "0.9.9"; # Bump before each release tag to match the next tag name
+ version = "0.9.10"; # Bump before each release tag to match the next tag name
32
system = "aarch64-linux";
33
mkPhoenixdPackage =
34
system:
0 commit comments