We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db87f2 commit 387babdCopy full SHA for 387babd
pkgs/applications/video/vdr/streamdev/default.nix
@@ -6,13 +6,13 @@
6
}:
7
stdenv.mkDerivation rec {
8
pname = "vdr-streamdev";
9
- version = "0.6.3";
+ version = "0.6.4";
10
11
src = fetchFromGitHub {
12
owner = "vdr-projects";
13
repo = "vdr-plugin-streamdev";
14
rev = version;
15
- sha256 = "sha256-12sASyFAnSuP2xQzr1KL/Am52ez6hiOUH/0zFH2bxhc=";
+ sha256 = "sha256-fFnRDe3n/ltanRvLhrQDB6aV0UmyuEJgNUip0gKBrBA=";
16
};
17
18
# configure don't accept argument --prefix
0 commit comments