Skip to content

Commit 2ac10d3

Browse files
committed
Fix nix version
1 parent 833b9b8 commit 2ac10d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/unwrapped.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ in
4545

4646
stdenv.mkDerivation {
4747
pname = "fjordlauncher-unwrapped";
48-
version = "9.3-unstable-${date}";
48+
version = "9.4-unstable-${date}";
4949

5050
src = lib.fileset.toSource {
5151
root = ../.;

0 commit comments

Comments
 (0)