yabridge: 5.0.4 -> 5.0.5

authored by R. Ryantm and committed by Kira Bruneau f2c5dfdc edefe53e

+13 -13
+9 -9
pkgs/tools/audio/yabridge/default.nix
··· 18 18 owner = "chriskohlhoff"; 19 19 repo = "asio"; 20 20 rev = "refs/tags/asio-1-22-1"; 21 - sha256 = "sha256-UDLhx2yI6Txg0wP5H4oNIhgKIB2eMxUGCyT2x/7GgVg="; 21 + hash = "sha256-UDLhx2yI6Txg0wP5H4oNIhgKIB2eMxUGCyT2x/7GgVg="; 22 22 }; 23 23 24 24 # Derived from subprojects/bitsery.wrap ··· 26 26 owner = "fraillt"; 27 27 repo = "bitsery"; 28 28 rev = "refs/tags/v5.2.2"; 29 - sha256 = "sha256-VwzVtxt+E/SVcxqIJw8BKPO2q7bu/hkhY+nB7FHrZpY="; 29 + hash = "sha256-VwzVtxt+E/SVcxqIJw8BKPO2q7bu/hkhY+nB7FHrZpY="; 30 30 }; 31 31 32 32 # Derived from subprojects/clap.wrap ··· 34 34 owner = "free-audio"; 35 35 repo = "clap"; 36 36 rev = "refs/tags/1.1.7"; 37 - sha256 = "sha256-WcMTxE+QCzlp4lhFdghZI8UI/5mdVeRvrl24Xynd0qk="; 37 + hash = "sha256-WcMTxE+QCzlp4lhFdghZI8UI/5mdVeRvrl24Xynd0qk="; 38 38 }; 39 39 40 40 # Derived from subprojects/function2.wrap ··· 42 42 owner = "Naios"; 43 43 repo = "function2"; 44 44 rev = "refs/tags/4.2.0"; 45 - sha256 = "sha256-wrt+fCcM6YD4ZRZYvqqB+fNakCNmltdPZKlNkPLtgMs="; 45 + hash = "sha256-wrt+fCcM6YD4ZRZYvqqB+fNakCNmltdPZKlNkPLtgMs="; 46 46 }; 47 47 48 48 # Derived from subprojects/ghc_filesystem.wrap ··· 50 50 owner = "gulrak"; 51 51 repo = "filesystem"; 52 52 rev = "refs/tags/v1.5.12"; 53 - sha256 = "sha256-j4RE5Ach7C7Kef4+H9AHSXa2L8OVyJljDwBduKcC4eE="; 53 + hash = "sha256-j4RE5Ach7C7Kef4+H9AHSXa2L8OVyJljDwBduKcC4eE="; 54 54 }; 55 55 56 56 # Derived from subprojects/tomlplusplus.wrap ··· 58 58 owner = "marzer"; 59 59 repo = "tomlplusplus"; 60 60 rev = "refs/tags/v3.3.0"; 61 - sha256 = "sha256-INX8TOEumz4B5coSxhiV7opc3rYJuQXT2k1BJ3Aje1M="; 61 + hash = "sha256-INX8TOEumz4B5coSxhiV7opc3rYJuQXT2k1BJ3Aje1M="; 62 62 }; 63 63 64 64 # Derived from vst3.wrap ··· 67 67 repo = "vst3sdk"; 68 68 rev = "refs/tags/v3.7.7_build_19-patched"; 69 69 fetchSubmodules = true; 70 - sha256 = "sha256-LsPHPoAL21XOKmF1Wl/tvLJGzjaCLjaDAcUtDvXdXSU="; 70 + hash = "sha256-LsPHPoAL21XOKmF1Wl/tvLJGzjaCLjaDAcUtDvXdXSU="; 71 71 }; 72 72 in 73 73 multiStdenv.mkDerivation (finalAttrs: { 74 74 pname = "yabridge"; 75 - version = "5.0.4"; 75 + version = "5.0.5"; 76 76 77 77 # NOTE: Also update yabridgectl's cargoHash when this is updated 78 78 src = fetchFromGitHub { 79 79 owner = "robbert-vdh"; 80 80 repo = "yabridge"; 81 81 rev = "refs/tags/${finalAttrs.version}"; 82 - sha256 = "sha256-15WTCXMvghoU5TkE8yuQJrxj9cwVjczDKGKWjoUS6SI="; 82 + hash = "sha256-SB2/zKxj9GDOOb3Zn4kWj7dXhDg/wbx6nPKYbQ041Cs="; 83 83 }; 84 84 85 85 # Unpack subproject sources
+3 -3
pkgs/tools/audio/yabridge/hardcode-dependencies.patch
··· 1 1 diff --git a/meson.build b/meson.build 2 - index f76f5acf..045e9d40 100644 2 + index d8d9135b..717280d9 100644 3 3 --- a/meson.build 4 4 +++ b/meson.build 5 5 @@ -221,7 +221,7 @@ if is_64bit_system ··· 12 12 13 13 # These are all headers-only libraries, and thus won't require separate 32-bit 14 14 diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp 15 - index 8d6236ad..ea5c1396 100644 15 + index 4a52b6c1..abbb1ec8 100644 16 16 --- a/src/plugin/utils.cpp 17 17 +++ b/src/plugin/utils.cpp 18 - @@ -93,7 +93,7 @@ std::string PluginInfo::wine_version() const { 18 + @@ -101,7 +101,7 @@ std::string PluginInfo::wine_version() const { 19 19 // The '*.exe' scripts generated by winegcc allow you to override the binary 20 20 // used to run Wine, so will will handle this in the same way for our Wine 21 21 // version detection. We'll be using `execvpe`
+1 -1
pkgs/tools/audio/yabridgectl/Cargo.lock
··· 835 835 836 836 [[package]] 837 837 name = "yabridgectl" 838 - version = "5.0.4" 838 + version = "5.0.5" 839 839 dependencies = [ 840 840 "anyhow", 841 841 "clap",