forked from mirrors/nixpkgs
ffcast: 2.5.0 -> 2.5.1
This commit is contained in:
parent
b19afc891f
commit
aae991455e
|
@ -4,13 +4,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ffcast";
|
||||
version = "2.5.0";
|
||||
version = "2.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ropery";
|
||||
repo = "FFcast";
|
||||
rev = version;
|
||||
sha256 = "047y32bixhc8ksr98vwpgd0k1xxgsv2vs0n3kc2xdac4krc9454h";
|
||||
sha256 = "sha256-kxqwDGEguFTFHkQzXctXqxslt0+bYnfUdQ8C/8+eTXo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook makeWrapper perl /*for pod2man*/ ];
|
||||
|
|
Loading…
Reference in a new issue