Unverified Commit eeebf054 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

streamcontroller: 1.5.0-beta.6-unstable-2024-08-13 -> 1.5.0-beta.7 (#351526)

parents 85b8fd8f 9057c54f
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -16,15 +16,13 @@
stdenv.mkDerivation rec {
  pname = "streamcontroller";

  # Note that the latest tagged version (1.5.0-beta.6) includes a python dependency
  # that doesn't exist anymore, so we package an unstable version instead.
  version = "1.5.0-beta.6-unstable-2024-08-13";
  version = "1.5.0-beta.7";

  src = fetchFromGitHub {
    repo = "StreamController";
    owner = "StreamController";
    rev = "dbb6460a69137af192db09d504224ae9f1127cbd";
    hash = "sha256-+YYzHLRU5MNjF3iaKIDj9k4PVg+vnEZhbc3ZmNI7xyw=";
    rev = version;
    hash = "sha256-UBcsA9pAo7fONhk4vYXQU4EgSVKm1D7/7nvL9BaNIgo=";
  };

  # The installation method documented upstream