hyprspace: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm
2026-06-11 20:01:03 +00:00
parent cb66de93b3
commit c2db93007a
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "hyprspace";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "hyprspace";
repo = "hyprspace";
tag = "v${finalAttrs.version}";
hash = "sha256-d8sCs81Va/RQL8k+6GIMp9z0C0AmWEhvZSijRKyVBC0=";
hash = "sha256-BtotGhctQKfP68VgG6+NsrDdEOmN/wiAzvBqloHU5BQ=";
};
env.CGO_ENABLED = "0";