Unverified Commit a507ddf4 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

streamrip: 2.0.5 -> 2.1.0 (#388759)

parents d7367584 bf0984c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "streamrip";
  version = "2.0.5";
  version = "2.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nathom";
    repo = "streamrip";
    rev = "v${version}";
    hash = "sha256-KwMt89lOPGt6nX7ywliG/iAJ1WnG0CRPwhAVlPR85q0=";
    hash = "sha256-Klrkz0U36EIGO2sNxTnKPACvvqu1sslLFFrQRjFdxiE=";
  };

  patches = [