0.10.0 -> 0.10.1 (#40)

This commit is contained in:
Max 2024-06-05 21:35:11 +02:00 committed by GitHub
parent 64c86d5555
commit df73583638
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.0";
version = "0.10.1";
in
buildGoModule {
inherit pname version;