Skip to content

Commit

Permalink
home-manager/hyprland: update hyprland-go
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 1, 2024
1 parent b055949 commit abc8ade
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion home-manager/desktop/wayland/hyprland/hyprtabs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildGoModule {

src = ./.;

vendorHash = "sha256-85T7A/mSWnv51p8lUe07rZgQ4HWY48+H1iyMRdZLgOQ=";
vendorHash = "sha256-AEJHxqZPS6BtJps8fqzrk3KJUugNw+Mjb+3tRQkEwHU=";

ldflags = [
"-s"
Expand Down
2 changes: 1 addition & 1 deletion home-manager/desktop/wayland/hyprland/hyprtabs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module hyprtabs

go 1.22.5

require github.com/thiagokokada/hyprland-go v0.0.2
require github.com/thiagokokada/hyprland-go v0.1.0
4 changes: 2 additions & 2 deletions home-manager/desktop/wayland/hyprland/hyprtabs/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/thiagokokada/hyprland-go v0.0.2 h1:bEKRIh5dRodwFptUSlOu3dT5YQPTZI9qER+rsW7bCuQ=
github.com/thiagokokada/hyprland-go v0.0.2/go.mod h1:Yrts9BTDzkslocHuQxXfhRHzk0TITizR8aCb1VI/ZBU=
github.com/thiagokokada/hyprland-go v0.1.0 h1:OzMy5FuAjBCmg/IZ7NuT4ShPZWQDfVhkR0wqJjsdVCM=
github.com/thiagokokada/hyprland-go v0.1.0/go.mod h1:tWBJlm91wCVwGYsNId5VGRRbbP5n46R+wviDFEX9SEw=

0 comments on commit abc8ade

Please sign in to comment.