ebusd: 23.2 -> 23.3

This commit is contained in:
R. Ryantm 2023-12-27 00:43:22 +00:00
parent d2e4e09de4
commit 57c1681ce6

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 = [