Skip to content

Commit

Permalink
deconz: 2.27.6 -> 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Aug 16, 2024
1 parent bc92741 commit 6f8ad7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/deconz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

stdenv.mkDerivation rec {
pname = "deconz";
version = "2.27.6";
version = "2.28.0";

src = fetchurl {
url = "https://deconz.dresden-elektronik.de/ubuntu/beta/deconz-${version}-qt5.deb";
sha256 = "sha256-cEEkXVNyTP922Xgr5ekR9DX0n1uHy1dw77mlnVDRR1U=";
sha256 = "sha256-/lsPhpG8z4nNRuk55n7Xo1Q97muWk33Uo3vmX5GxPxU=";
};

nativeBuildInputs = [ dpkg autoPatchelfHook makeWrapper wrapQtAppsHook ];
Expand Down

0 comments on commit 6f8ad7e

Please sign in to comment.