Merge pull request #295765 from r-ryantm/auto-update/mbpoll

mbpoll: 1.5 -> 1.5.2
This commit is contained in:
Nick Cao
2024-03-14 01:04:27 -04:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mbpoll";
version = "1.5";
version = "1.5.2";
src = fetchFromGitHub {
owner = "epsilonrt";
repo = "mbpoll";
rev = "v${finalAttrs.version}";
hash = "sha256-rHjLDgfKtpREemttWt0pr7VtBjwZCSplUR4OWNBVW0c=";
hash = "sha256-rO3j/p7MABlxcwRAZm26u7wgODGFTtetSDhPWPzTuEA=";
};
buildInputs = [ libmodbus ];