Skip to content

Commit 6c1d5c9

Browse files
authored
vdrPlugins.softhddevice: 2.3.7 -> 2.3.8 (#344006)
2 parents 9d33e49 + 86959bc commit 6c1d5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/video/vdr/softhddevice/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}:
1515
stdenv.mkDerivation rec {
1616
pname = "vdr-softhddevice";
17-
version = "2.3.7";
17+
version = "2.3.8";
1818

1919
src = fetchFromGitHub {
2020
owner = "ua0lnj";
2121
repo = "vdr-plugin-softhddevice";
22-
sha256 = "sha256-gn1Z3pw8f0Tpo8Ot0hP9+p/KbK/EGOInE34BCH3aVp0=";
22+
sha256 = "sha256-/eNPhkrLpxXeX/5EitMJUgZCPy1Ked3oKuMdD6OuEYc=";
2323
rev = "v${version}";
2424
};
2525

0 commit comments

Comments
 (0)