knxd: 0.14.59 → 0.14.60

This commit is contained in:
Nikolay Korotkiy 2024-01-24 23:18:25 +04:00
parent 5cd2baa57a
commit 710f325432
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "knxd";
version = "0.14.59";
version = "0.14.60";
src = fetchFromGitHub {
owner = "knxd";
repo = "knxd";
rev = version;
hash = "sha256-m3119aD23XTViQJ2s7hwnJZ1ct4bcEFWuyUQajmqySQ=";
hash = "sha256-djcp3b0OSnyrNOkvaacjQ3Nw9H54HOfKeBo26tkz/Ew=";
};
postPatch = ''