Unverified Commit 6ac745ef authored by rnhmjoj's avatar rnhmjoj
Browse files

sc-controller: 0.4.8.13 -> 0.4.8.17

The Ryochan7's fork has been archived, development continues over at
C0rn3j's fork. Hopefully this will me merged into the official
project sooner or later...
parent ddbfbc80
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 ];