Merge pull request #282510 from r-ryantm/auto-update/ffcast

ffcast: 2.5.0 -> 2.5.1
This commit is contained in:
Nikolay Korotkiy
2024-01-21 19:49:36 +04:00
committed by GitHub
+2 -2
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*/ ];