hyprspace: 0.10.2 -> 0.11.0

R. Ryantm 52fb9097 e4097b55

+3 -3
+3 -3
pkgs/by-name/hy/hyprspace/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "hyprspace"; 12 - version = "0.10.2"; 12 + version = "0.11.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "hyprspace"; 16 16 repo = "hyprspace"; 17 17 tag = "v${version}"; 18 - hash = "sha256-zWajCfHFqPa3Z72DHcxBUq4bmcCu1lpEKUbZZewpYOE="; 18 + hash = "sha256-Lv/Mb7vj1bUj5TajIdM6bu8299y+B3sZfE6xlA6sXcM="; 19 19 }; 20 20 21 21 env.CGO_ENABLED = "0"; 22 22 23 - vendorHash = "sha256-LJpgGeD47Bs+Cq9Z7WWFa49F8/n3exOyxRcd6EkkL2g="; 23 + vendorHash = "sha256-97uIl3b3hs3BCLH7UZX8NU3kLloVQOCN9ygsdxsfass="; 24 24 25 25 ldflags = [ 26 26 "-s"