hyprspace: 0.10.2 -> 0.11.0

This commit is contained in:
R. Ryantm 2025-07-07 05:58:41 +00:00
parent e4097b5575
commit 52fb9097e2

View File

@ -9,18 +9,18 @@
buildGoModule rec {
pname = "hyprspace";
version = "0.10.2";
version = "0.11.0";
src = fetchFromGitHub {
owner = "hyprspace";
repo = "hyprspace";
tag = "v${version}";
hash = "sha256-zWajCfHFqPa3Z72DHcxBUq4bmcCu1lpEKUbZZewpYOE=";
hash = "sha256-Lv/Mb7vj1bUj5TajIdM6bu8299y+B3sZfE6xlA6sXcM=";
};
env.CGO_ENABLED = "0";
vendorHash = "sha256-LJpgGeD47Bs+Cq9Z7WWFa49F8/n3exOyxRcd6EkkL2g=";
vendorHash = "sha256-97uIl3b3hs3BCLH7UZX8NU3kLloVQOCN9ygsdxsfass=";
ldflags = [
"-s"