Skip to content

Commit 43bdffa

Browse files
ebusd: 24.1 -> 25.1 (NixOS#398447)
Co-authored-by: nathan-gs <[email protected]>
2 parents 3c5bc29 + 5a413d2 commit 43bdffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/eb/ebusd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "ebusd";
19-
version = "24.1";
19+
version = "25.1";
2020

2121
src = fetchFromGitHub {
2222
owner = "john30";
2323
repo = "ebusd";
2424
rev = version;
25-
sha256 = "sha256-+3QOB7/yCgR4j2UGfhWQ5s5sldoNfWSzX7qa//FHeJ4=";
25+
sha256 = "sha256-rj0Wkfk3Tpm58fbCUkgCdHt5MvW+tGgDyUd5COXfBc0=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)