From 5c7be2abea7187211e49b48c7a07c240920d3aee Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 30 Dec 2022 17:49:54 +0100 Subject: [PATCH] Bump the version --- custom/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/default.nix b/custom/default.nix index fc7dd5f..efb2cd1 100644 --- a/custom/default.nix +++ b/custom/default.nix @@ -1,5 +1,5 @@ { inputs }: { username = "andreas"; - version = "22.05"; + version = "22.11"; inputs = inputs; }