0.14.0 -> 0.14.1 (#120)

This commit is contained in:
Max 2026-06-08 22:47:21 +02:00 committed by GitHub
parent 90861d16a8
commit 105806fa99
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.0";
version = "0.14.1";
in
buildGoModule {
inherit pname version;