hyprspace: 0.10.2 -> 0.11.0 (#423110)

Co-authored-by: Gerg-L <Gerg-L@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-07 16:08:48 +00:00
committed by GitHub
co-authored by Gerg-L
+3 -3
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"