Merge pull request #277009 from r-ryantm/auto-update/ebusd

ebusd: 23.2 -> 23.3
This commit is contained in:
OTABI Tomoya 2023-12-29 10:26:45 +09:00 committed by GitHub
commit ca46442e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ebusd";
version = "23.2";
version = "23.3";
src = fetchFromGitHub {
owner = "john30";
repo = "ebusd";
rev = version;
sha256 = "2CkcTTxEzVrEPtUVVDxXPPkYqZT6+gsCcfTrt83sFv8=";
sha256 = "sha256-K3gZ5OudNA92S38U1+HndxjA7OVfh2ymYf8OetB646M=";
};
nativeBuildInputs = [