fx_cast_bridge: 0.2.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2022-09-15 17:15:39 +00:00
parent 1637945189
commit aeda2014ea

View file

@ -23,13 +23,13 @@
in
stdenv.mkDerivation rec {
pname = "fx_cast_bridge";
version = "0.2.0";
version = "0.3.1";
src = pkgs.fetchFromGitHub {
owner = "hensm";
repo = "fx_cast";
rev = "v${version}";
hash = "sha256-bgoItAOIHxGow7TjlRzaMqtIefcSym1h5n6v/9fFZfc=";
hash = "sha256-hB4NVJW2exHoKsMp0CKzHerYgj8aR77rV+ZsCoWA1Dg=";
};
buildInputs = with pkgs; [