From 83f79c93f83c6ccf51bf2eb7bd11632d7572f57b Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Fri, 4 Apr 2025 05:23:47 -0400 Subject: [PATCH] chore(nix): set stable version Signed-off-by: Seth Flynn --- nix/unwrapped.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/unwrapped.nix b/nix/unwrapped.nix index 2cd127f99..3e91afd89 100644 --- a/nix/unwrapped.nix +++ b/nix/unwrapped.nix @@ -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 = ../.;