Unverified Commit 1c873020 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

sc-controller: 0.5.3 -> 0.5.4 (#449287)

parents 31d96785 e1e1cdb1
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.3";
  version = "0.5.4";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "C0rn3j";
    repo = "sc-controller";
    tag = "v${version}";
    hash = "sha256-iieSKUTZwb1cInh/hz2cDvUFHf3p9Y5E4kR+YyZoNxI=";
    hash = "sha256-7rSsRoxFCXSHSIIoBrIPPY+4/+M99Hdop8+EeryJues=";
  };

  nativeBuildInputs = [