Unverified Commit e648eae5 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

sc-controller: 0.5.2 -> 0.5.3 (#446478)

parents 34f84251 cf8f4b19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

python3Packages.buildPythonApplication rec {
  pname = "sc-controller";
  version = "0.5.2";
  version = "0.5.3";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "C0rn3j";
    repo = "sc-controller";
    tag = "v${version}";
    hash = "sha256-w7jVh0d8u6csXOQ6pjUCSD3R/qFVqTa2gcGa47pqn/0=";
    hash = "sha256-iieSKUTZwb1cInh/hz2cDvUFHf3p9Y5E4kR+YyZoNxI=";
  };

  nativeBuildInputs = [