ebusd: 24.1 -> 25.1 (#398447)

Co-authored-by: nathan-gs <nathan-gs@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-19 15:31:51 +00:00
committed by GitHub
co-authored by nathan-gs
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "ebusd";
version = "24.1";
version = "25.1";
src = fetchFromGitHub {
owner = "john30";
repo = "ebusd";
rev = version;
sha256 = "sha256-+3QOB7/yCgR4j2UGfhWQ5s5sldoNfWSzX7qa//FHeJ4=";
sha256 = "sha256-rj0Wkfk3Tpm58fbCUkgCdHt5MvW+tGgDyUd5COXfBc0=";
};
nativeBuildInputs = [