release: 0.0.2-hotfix.0
All checks were successful
Static / Flake checks (push) Successful in 22s
Static / Create distribution (push) Successful in 43s
Release / Create release (push) Successful in 1m5s

This commit is contained in:
Ophestra 2025-06-29 04:17:55 +09:00
parent fadead208a
commit 0e3b069051
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q

View File

@ -17,7 +17,7 @@
}: }:
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "hakurei.app"; pname = "hakurei.app";
version = "0.0.2"; version = "0.0.2-hotfix.0";
src = ./.; src = ./.;