Skip to content

Commit b0fb960

Browse files
authored
knxd: 0.14.63 → 0.14.66 (#354956)
2 parents 52c82a3 + 7b1e91c commit b0fb960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/kn/knxd/package.nix

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

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "knxd";
18-
version = "0.14.63";
18+
version = "0.14.66";
1919

2020
src = fetchFromGitHub {
2121
owner = "knxd";
2222
repo = "knxd";
2323
rev = finalAttrs.version;
24-
hash = "sha256-Ka4ATC20PS/yqHj+dbcIXxeqFYHDMKu6DvJWGd4rUMI=";
24+
hash = "sha256-3Npf+SlCWOMBd9CBLPysGtYe2Zk7I7T4t1bQHZTq3rI=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)