Fix nix version

This commit is contained in:
Evan Goode 2025-04-15 22:59:56 -04:00
parent 833b9b8a6d
commit 2ac10d317d

View File

@ -45,7 +45,7 @@ in
stdenv.mkDerivation {
pname = "fjordlauncher-unwrapped";
version = "9.3-unstable-${date}";
version = "9.4-unstable-${date}";
src = lib.fileset.toSource {
root = ../.;