0.10.2 -> 0.11.0 (#81)

This commit is contained in:
Max 2025-07-02 00:06:50 +02:00 committed by GitHub
parent 71dcc1886e
commit 8f5778dffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
let
inherit (lib.fileset) toSource unions fileFilter;
pname = "hyprspace";
version = "0.10.2";
version = "0.11.0";
in
buildGoModule {
inherit pname version;