mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
kodiPackages.controller-topology-project: 1.0.2 -> 1.0.3 (#414393)
This commit is contained in:
commit
82be0a018d
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
let
|
let
|
||||||
drv = stdenv.mkDerivation rec {
|
drv = stdenv.mkDerivation rec {
|
||||||
pname = "controller-topology-project";
|
pname = "controller-topology-project";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kodi-game";
|
owner = "kodi-game";
|
||||||
repo = "controller-topology-project";
|
repo = "controller-topology-project";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-pbYFNCDhKhYKREffWbMbcd9xBL4ZiKWR7hMZUCTUHRg=";
|
sha256 = "sha256-KHM4DAF6xLLlxF19R4UKfVMbLsmniuxy/C4STcL0IHQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue