From 2596229ac8b9ef1a54326d0932bedde7fb6e3daa Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 21 Apr 2024 23:45:29 +0200 Subject: [PATCH] packages/hyprspace: 0.8.3 -> 0.8.4 --- 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 7759f4e..a95eb84 100644 --- a/packages/networking/hyprspace/project.nix +++ b/packages/networking/hyprspace/project.nix @@ -10,7 +10,7 @@ }; packages.hyprspace = with pkgs; buildGo120Module rec { pname = "hyprspace"; - version = "0.8.3"; + version = "0.8.4"; src = with inputs.nix-filter.lib; let dirs = map inDirectory;