0.14.1 -> 0.15.0 (#129)

This commit is contained in:
Max 2026-06-23 16:49:46 +02:00 committed by GitHub
parent 6da87d7ff6
commit cb25745b35
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.14.1";
version = "0.15.0";
in
buildGoModule {
inherit pname version;