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 039ad94 commit 1ce315bCopy full SHA for 1ce315b
pkgs/by-name/ed/edl/package.nix
@@ -8,14 +8,14 @@
8
9
python3Packages.buildPythonPackage {
10
pname = "edl";
11
- version = "3.52.1-unstable-2024-10-12";
+ version = "3.52.1-unstable-2025-03-23";
12
13
src = fetchFromGitHub {
14
owner = "bkerler";
15
repo = "edl";
16
- rev = "cef0076e1d4d29c1887c51786eb588503657b907";
+ rev = "9acf74d0ccca4aff85c8698cdd49ad964128e7d1";
17
fetchSubmodules = true;
18
- hash = "sha256-FOsgmM+i++t2MZiJTKV0Et8KXKDKQoFop67P6DdW1EY=";
+ hash = "sha256-mdA3a3VS0oDt1Y4n/KPzXUVq/ldyvpJjMtkv9i5w1Jg=";
19
};
20
21
propagatedBuildInputs = with python3Packages; [
0 commit comments