Skip to content

Commit 8c29619

Browse files
hyprspace: 0.11.0 -> 0.12.0 (#471406)
2 parents 3c4d503 + ec7da24 commit 8c29619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hy/hyprspace/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99

1010
buildGoModule rec {
1111
pname = "hyprspace";
12-
version = "0.11.0";
12+
version = "0.12.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "hyprspace";
1616
repo = "hyprspace";
1717
tag = "v${version}";
18-
hash = "sha256-Lv/Mb7vj1bUj5TajIdM6bu8299y+B3sZfE6xlA6sXcM=";
18+
hash = "sha256-VOufAPhCbLzVxrj/XKwunJkxUx0EAovV4+adrQLwcoI=";
1919
};
2020

2121
env.CGO_ENABLED = "0";
2222

23-
vendorHash = "sha256-97uIl3b3hs3BCLH7UZX8NU3kLloVQOCN9ygsdxsfass=";
23+
vendorHash = "sha256-m7asItMMFm/lHNl4nemvuMU0mn69kTrC1XK4rUCOor4=";
2424

2525
ldflags = [
2626
"-s"

0 commit comments

Comments
 (0)