3
0
Fork 0
forked from mirrors/nixpkgs

ffcast: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2024-01-21 07:24:25 +00:00
parent b19afc891f
commit aae991455e

View file

@ -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*/ ];