mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
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...
This commit is contained in:
parent
ddbfbc80bb
commit
6ac745ef3c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user