Skip to content

Commit 387babd

Browse files
committed
vdrPlugins.streamdev: 0.6.3 -> 0.6.4
1 parent 8db87f2 commit 387babd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
stdenv.mkDerivation rec {
88
pname = "vdr-streamdev";
9-
version = "0.6.3";
9+
version = "0.6.4";
1010

1111
src = fetchFromGitHub {
1212
owner = "vdr-projects";
1313
repo = "vdr-plugin-streamdev";
1414
rev = version;
15-
sha256 = "sha256-12sASyFAnSuP2xQzr1KL/Am52ez6hiOUH/0zFH2bxhc=";
15+
sha256 = "sha256-fFnRDe3n/ltanRvLhrQDB6aV0UmyuEJgNUip0gKBrBA=";
1616
};
1717

1818
# configure don't accept argument --prefix

0 commit comments

Comments
 (0)