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

sc-controller: 0.4.8.17 -> 0.4.8.18 (#337729)

parents 96f80b28 2a33cfd5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

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

  src = fetchFromGitHub {
    owner  = "C0rn3j";
    repo   = pname;
    rev    = "v${version}";
    sha256 = "sha256-arBdPrFtdllWMn1KuZ+PlENiJ0oRPVbgVjbef+pv+IE=";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-xSxAzvyBXfU7IzTWOXPPDBX4bTvbZ7RHUTtz3zwi7a8=";
  };

  nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];