snowflake: 11.04.23 -> 11.12.23 #19

Merged
notohh merged 9 commits from snowflake into master 2023-11-11 23:53:23 -05:00
Showing only changes of commit ddb89b37c0 - Show all commits

View file

@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SevenTV"; owner = "SevenTV";
repo = pname; repo = pname;
rev = "c7a11ebce0b4ef7acaa1a71389f242861726c3a7"; rev = "178a9b3b6c7314082e6b3b17b1aaf3c01eca6e73";
sha256 = "sha256-yDqkhlYuaLCWS//Z8ndN/LXSCL61N5vAJWe/SmEHt2Y="; sha256 = "sha256-lJlxEG3JzGVVBkBhHh1226a0cQ6sgFOJfqLoIgHh3GY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };