Commit 44a26807 authored by Emily's avatar Emily
Browse files

electricsheep: 3.0.2-2019-10-05 -> 3.0.2-unstable-2024-02-13

Includes fixes for FFmpeg ≥ 5.
parent e1c2ff51
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
, fetchFromGitHub
, autoreconfHook
, wxGTK32
, ffmpeg_4
, ffmpeg_7
, lua5_1
, curl
, libpng
@@ -19,22 +19,22 @@
, glee
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "electricsheep";
  version = "3.0.2-2019-10-05";
  version = "3.0.2-unstable-2024-02-13";

  src = fetchFromGitHub {
    owner = "scottdraves";
    repo = pname;
    rev = "37ba0fd692d6581f8fe009ed11c9650cd8174123";
    sha256 = "sha256-v/+2dxOY/p6wNAywcFHUAfsZEJw31Syu2MacN/KeyWg=";
    repo = "electricsheep";
    rev = "5fbbb684752be06ccbea41639968aa7f1cc678dd";
    hash = "sha256-X3EZ1/VcLEU1GkZbskWSsqQWYTnsH3pbFDvDLpdLmcU=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config ];

  buildInputs = [
    wxGTK32
    ffmpeg_4
    ffmpeg_7
    lua5_1
    curl
    libpng