streamcontroller: fix 1.5.0-beta.7 hash

Previously we packaged 1.5.0-beta.7 prematurely when it's still in
"prerelease" state. Upstream later updated the git tag to point to
a different commit.
This commit is contained in:
Ming-Chuan 2024-11-16 16:56:36 -08:00
parent cd43d68671
commit e003a0502d

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
repo = "StreamController";
owner = "StreamController";
rev = version;
hash = "sha256-UBcsA9pAo7fONhk4vYXQU4EgSVKm1D7/7nvL9BaNIgo=";
hash = "sha256-w2ElVus0dgA375lv58q3H8ZmQ+8iBxC4vxtJSlKssoM=";
};
# The installation method documented upstream