chore(nix): set stable version

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-04-04 05:23:47 -04:00
parent b228800de1
commit 83f79c93f8
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

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