From 0786f2ba878693e892b87f350bcdeadf8e3d9046 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 13 Feb 2024 19:16:49 -0500 Subject: [PATCH] chatterino7: bump version --- pkgs/chatterino7/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/chatterino7/default.nix b/pkgs/chatterino7/default.nix index 2c298aa..6f13881 100644 --- a/pkgs/chatterino7/default.nix +++ b/pkgs/chatterino7/default.nix @@ -21,8 +21,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "SevenTV"; repo = pname; - rev = "7eef663cc3e1e863011b6d0eb377e64f9478b673"; - sha256 = "sha256-5Zvjf2nohKK/ykF2VFYVjsPpgj7/xWyL2fa/L1iphbk="; + rev = "1132751f4ba4ae7306e0defd01fbaa467bbdb528"; + sha256 = "sha256-/b1+4v09nDiATJlziedY/1S6Zq1iq45PPh37cwxznMQ="; fetchSubmodules = true; };