From 7e261a932c411fd8fbf824563cdaac240dcfe4ee Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 20 Jan 2023 23:45:41 +0100 Subject: [PATCH] modules/hyprspace: 0.3.2 -> 0.4.0 --- packages/networking/hyprspace/project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/networking/hyprspace/project.nix b/packages/networking/hyprspace/project.nix index 44c4e12..a3faa83 100644 --- a/packages/networking/hyprspace/project.nix +++ b/packages/networking/hyprspace/project.nix @@ -10,7 +10,7 @@ }; packages.hyprspace = with pkgs; buildGo118Module { pname = "hyprspace"; - version = "0.3.2"; + version = "0.4.0"; src = with inputs.nix-filter.lib; let dirs = map inDirectory;