0.13.1 -> 0.14.0 (#117)

This commit is contained in:
Max 2026-05-31 17:32:57 +02:00 committed by GitHub
parent 3f573ef293
commit d8fd0bec31
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.13.1";
version = "0.14.0";
in
buildGoModule {
inherit pname version;