mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
Merge pull request #213727 from r-ryantm/auto-update/open-stage-control
open-stage-control: 1.21.0 -> 1.22.0
This commit is contained in:
commit
86b40220cb
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "open-stage-control";
|
pname = "open-stage-control";
|
||||||
version = "1.21.0";
|
version = "1.22.0";
|
||||||
|
|
||||||
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-6tRd8boVwWc8qGlklYqA/Kp76VOMvtUJlu/G/InvHkA=";
|
hash = "sha256-tfWimJ9eEFBUxPRVNjgbu8tQNokPbXOxOXO64mFuMfM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove some Electron stuff from package.json
|
# Remove some Electron stuff from package.json
|
||||||
|
Loading…
Reference in New Issue
Block a user