Merge pull request #237052 from r-ryantm/auto-update/open-stage-control
This commit is contained in:
commit
e14c53daec
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "open-stage-control";
|
pname = "open-stage-control";
|
||||||
version = "1.25.0";
|
version = "1.25.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jean-emmanuel";
|
owner = "jean-emmanuel";
|
||||||
repo = "open-stage-control";
|
repo = "open-stage-control";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-HbJFxgY/xba6X73TK40xXyLZiIxv1Ku/sVAekjApYFg=";
|
hash = "sha256-mbd+fknSzokFt5dPlZrZIpDox/NzMbvyFp2fNPelv3c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove some Electron stuff from package.json
|
# Remove some Electron stuff from package.json
|
||||||
|
|
Loading…
Reference in a new issue