chatterino7: bump version
All checks were successful
flake check / check (push) Successful in 4m52s
fmt check / check (push) Successful in 37s

This commit is contained in:
notohh 2023-12-10 10:16:42 -05:00
parent 1f274c197c
commit e1505bf9a1
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SevenTV"; owner = "SevenTV";
repo = pname; repo = pname;
rev = "178a9b3b6c7314082e6b3b17b1aaf3c01eca6e73"; rev = "147f89b74cc42d99d962e9bc10cc002b59dcfb64";
sha256 = "sha256-lJlxEG3JzGVVBkBhHh1226a0cQ6sgFOJfqLoIgHh3GY="; sha256 = "sha256-3Z23LTjyH76Da9/amGWPvLpF8M1hPiqNJ8dmo8nI/88=";
fetchSubmodules = true; fetchSubmodules = true;
}; };