From 21051fd32ae7ac16cd641981fa276ecd34b65670 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 11 Nov 2022 19:40:48 +0100 Subject: [PATCH] packages/hyprspace: 0.2.2 -> 0.3.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 8036fa1..b5b09e7 100644 --- a/packages/networking/hyprspace/project.nix +++ b/packages/networking/hyprspace/project.nix @@ -9,7 +9,7 @@ }; packages.hyprspace = with pkgs; buildGo118Module { pname = "hyprspace"; - version = "0.2.2"; + version = "0.3.0"; src = with inputs.nix-filter.lib; let dirs = map inDirectory;