Unverified Commit 9a0d4c17 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

sc-controller: 0.5.1 -> 0.5.2 (#400166)

parents da3a2c6d b1873c28
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 = [