Commit b1873c28 authored by R. RyanTM's avatar R. RyanTM
Browse files

sc-controller: 0.5.1 -> 0.5.2

parent ee446f45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

python3Packages.buildPythonApplication rec {
  pname = "sc-controller";
  version = "0.5.1";
  version = "0.5.2";

  src = fetchFromGitHub {
    owner = "C0rn3j";
    repo = "sc-controller";
    tag = "v${version}";
    hash = "sha256-2t4q0pKwt1wJIHgTr37voqY4tDoDMAoEuLpFetuENHI=";
    hash = "sha256-w7jVh0d8u6csXOQ6pjUCSD3R/qFVqTa2gcGa47pqn/0=";
  };

  nativeBuildInputs = [