savvycan: 208 -> 213

This commit is contained in:
R. Ryantm 2023-05-05 16:21:19 +00:00
parent 3e313808bd
commit be05490337

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "savvycan";
version = "208";
version = "213";
src = fetchFromGitHub {
owner = "collin80";
repo = "SavvyCAN";
rev = "V${version}";
hash = "sha256-agvCl8c7LqGyIKe0K3PdzuBUqTJZtUr434134olbUMw=";
hash = "sha256-duITY6s/uadeBCFuG42JbLCaq7yaYv1qB8Q3GA8UJ0A=";
};
buildInputs = [ qtbase qttools qtserialbus qtserialport qtdeclarative ];