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

Merge pull request #323235 from rnhmjoj/pr-scc

sc-controller: 0.4.8.13 -> 0.4.8.17
parents f11258cb 6ac745ef
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonApplication rec {
  pname = "sc-controller";
  version = "0.4.8.13";
  version = "0.4.8.17";

  src = fetchFromGitHub {
    owner  = "Ryochan7";
    owner  = "C0rn3j";
    repo   = pname;
    rev = "refs/tags/v${version}";
    sha256 = "sha256-vK/5S+GyqVfKTqn5PaPmOV/tXE9PIW57gqYxvhGaJSg=";
    rev    = "v${version}";
    sha256 = "sha256-arBdPrFtdllWMn1KuZ+PlENiJ0oRPVbgVjbef+pv+IE=";
  };

  nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];