yabridge, yabridgectl: 3.0.1 -> 3.0.2

This commit is contained in:
Kira Bruneau
2021-03-10 13:08:25 -05:00
parent e9bdaba317
commit 556d4172ba
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -56,14 +56,14 @@ let
};
in stdenv.mkDerivation rec {
pname = "yabridge";
version = "3.0.1";
version = "3.0.2";
# NOTE: Also update yabridgectl's cargoSha256 when this is updated
# NOTE: Also update yabridgectl's cargoHash when this is updated
src = fetchFromGitHub {
owner = "robbert-vdh";
repo = pname;
rev = version;
hash = "sha256-BT8Qj8WvyRlBwSuIIlfWVhlG3RSv2sFnSskCcjPF/N0=";
hash = "sha256-3uZCYGqo9acpANy5tQl3U0LK6wuOzjQpfjHDvaPSGlI=";
};
# Unpack subproject sources