Skip to content

Commit

Permalink
Fix pkg hash
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorIsAJitterbug committed Apr 14, 2024
1 parent 15922de commit fdad604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tbc-video-export/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python3Packages.buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = builtins.replaceStrings [ "-" ] [ "_" ] pname;
sha256 = "sha256-lmjjfLi39tpCLYAtQgl41p9TCZ61uU9js1en3lTk3xQ=";
sha256 = "sha256-iQTz4Xyol7lz+pVkV2GQSP8uYitgyWqbiIBWjSgtKZY=";
};

buildInputs = [
Expand Down

0 comments on commit fdad604

Please sign in to comment.