From 2ac10d317dc6572e566d1d61aab332d0fb55b3e1 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Tue, 15 Apr 2025 22:59:56 -0400 Subject: [PATCH] Fix nix version --- nix/unwrapped.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/unwrapped.nix b/nix/unwrapped.nix index 44236ba66..bb342b8dc 100644 --- a/nix/unwrapped.nix +++ b/nix/unwrapped.nix @@ -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 = ../.;