yabridge, yabridgectl: 4.0.0 → 4.0.1
This commit is contained in:
parent
5d9749589d
commit
660595c115
3 changed files with 5 additions and 5 deletions
|
@ -63,14 +63,14 @@ let
|
||||||
};
|
};
|
||||||
in multiStdenv.mkDerivation rec {
|
in multiStdenv.mkDerivation rec {
|
||||||
pname = "yabridge";
|
pname = "yabridge";
|
||||||
version = "4.0.0";
|
version = "4.0.1";
|
||||||
|
|
||||||
# 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-L1YOeAYlq640CJZThW6euiOyrX0TeVbhZ3k/ZsmUC8I=";
|
sha256 = "sha256-1XVFl8M5Sbw4beBruMsCF9yfPQeaROo18kVgjdwfsc4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Unpack subproject sources
|
# Unpack subproject sources
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index 8e1b8bfd..0696bfe6 100644
|
index 98b1fef5..e03ce888 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -186,7 +186,7 @@ if is_64bit_system
|
@@ -187,7 +187,7 @@ if is_64bit_system
|
||||||
xcb_64bit_dep = dependency('xcb')
|
xcb_64bit_dep = dependency('xcb')
|
||||||
endif
|
endif
|
||||||
if with_32bit_libraries or with_bitbridge
|
if with_32bit_libraries or with_bitbridge
|
||||||
|
|
|
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
src = yabridge.src;
|
src = yabridge.src;
|
||||||
sourceRoot = "source/tools/yabridgectl";
|
sourceRoot = "source/tools/yabridgectl";
|
||||||
cargoSha256 = "sha256-o3VavYIeWLXomQ33DWRpmHSSUoRb8je2JyZH4yF+kwk=";
|
cargoSha256 = "sha256-JuQ/fPY4Ur/Wlq2hYVnpAYXyDwIAY5ddBoOC7ciMouI=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Patch yabridgectl to search for the chainloader through NIX_PROFILES
|
# Patch yabridgectl to search for the chainloader through NIX_PROFILES
|
||||||
|
|
Loading…
Reference in a new issue