Skip to content

Commit 8b0d463

Browse files
authored
twitch-cli: 1.1.24 -> 1.1.25 (NixOS#397933)
2 parents c48a56f + 90cf9a2 commit 8b0d463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tw/twitch-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88

99
buildGoModule rec {
1010
pname = "twitch-cli";
11-
version = "1.1.24";
11+
version = "1.1.25";
1212

1313
src = fetchFromGitHub {
1414
owner = "twitchdev";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-kRyJl2SxppVGCO/6wrsb8cO+wpBT1nBsyI/JsPRYzMc=";
17+
hash = "sha256-+6/o2vhj1iaT0hkyQRedn7ga1dhNZOupX4lOadnTDU0=";
1818
};
1919

2020
patches = [
2121
./application-name.patch
2222
];
2323

24-
vendorHash = "sha256-Z5bWS4oqjkEfOsvBzupKKnF6rJPU0TLVdwxDkIKcBQY=";
24+
vendorHash = "sha256-LPpUnielSeGE0k68z+M565IqXQUIkAh5xloOqcbfh20=";
2525

2626
ldflags = [
2727
"-s"

0 commit comments

Comments
 (0)