yabridge, yabridgectl: 4.0.1 → 4.0.2
This commit is contained in:
parent
660595c115
commit
7dae6db257
@ -63,14 +63,14 @@ let
|
|||||||
};
|
};
|
||||||
in multiStdenv.mkDerivation rec {
|
in multiStdenv.mkDerivation rec {
|
||||||
pname = "yabridge";
|
pname = "yabridge";
|
||||||
version = "4.0.1";
|
version = "4.0.2";
|
||||||
|
|
||||||
# NOTE: Also update yabridgectl's cargoHash when this is updated
|
# NOTE: Also update yabridgectl's cargoHash when this is updated
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "robbert-vdh";
|
owner = "robbert-vdh";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-1XVFl8M5Sbw4beBruMsCF9yfPQeaROo18kVgjdwfsc4=";
|
sha256 = "sha256-rce6gxnB+RpG84Xakw0h4vZ8lyEQ41swWQGuwpomV2I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Unpack subproject sources
|
# Unpack subproject sources
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index 98b1fef5..e03ce888 100644
|
index bfab6361..9085db0f 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -187,7 +187,7 @@ if is_64bit_system
|
@@ -187,7 +187,7 @@ if is_64bit_system
|
||||||
@ -25,7 +25,7 @@ index da27a1bf..18482e06 100644
|
|||||||
process.arg("--app-name=yabridge");
|
process.arg("--app-name=yabridge");
|
||||||
process.arg(title);
|
process.arg(title);
|
||||||
diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp
|
diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp
|
||||||
index ae2a7b43..5a0d61e1 100644
|
index acd431bc..8566281c 100644
|
||||||
--- a/src/plugin/utils.cpp
|
--- a/src/plugin/utils.cpp
|
||||||
+++ b/src/plugin/utils.cpp
|
+++ b/src/plugin/utils.cpp
|
||||||
@@ -93,7 +93,7 @@ std::string PluginInfo::wine_version() const {
|
@@ -93,7 +93,7 @@ std::string PluginInfo::wine_version() const {
|
||||||
|
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
src = yabridge.src;
|
src = yabridge.src;
|
||||||
sourceRoot = "source/tools/yabridgectl";
|
sourceRoot = "source/tools/yabridgectl";
|
||||||
cargoSha256 = "sha256-JuQ/fPY4Ur/Wlq2hYVnpAYXyDwIAY5ddBoOC7ciMouI=";
|
cargoSha256 = "sha256-09GsrQAI08Qih/TpbEAh4hn7IfvwyFdEoyzsSjcjGXY=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Patch yabridgectl to search for the chainloader through NIX_PROFILES
|
# Patch yabridgectl to search for the chainloader through NIX_PROFILES
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/tools/yabridgectl/src/actions.rs b/tools/yabridgectl/src/actions.rs
|
diff --git a/tools/yabridgectl/src/actions.rs b/tools/yabridgectl/src/actions.rs
|
||||||
index 848bc867..e363a93a 100644
|
index 9ecdb140..061a8ff3 100644
|
||||||
--- a/tools/yabridgectl/src/actions.rs
|
--- a/tools/yabridgectl/src/actions.rs
|
||||||
+++ b/tools/yabridgectl/src/actions.rs
|
+++ b/tools/yabridgectl/src/actions.rs
|
||||||
@@ -674,13 +674,6 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
|
@@ -712,13 +712,6 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
|
||||||
// be the case if we get to this point though.
|
// be the case if we get to this point though.
|
||||||
verify_path_setup(config)?;
|
verify_path_setup(config)?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user