Skip to content

Commit

Permalink
fix ffmpeg hash in nixified deps
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed May 13, 2024
1 parent 3ef7bd5 commit 764a8c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rose-zig/deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ linkFarm "zig-packages" [
hash = "sha256-R1tB+ORO3qeV/cNxsp5GqsiOyKUXjaj4Pd1v5AfWYz4=";
};
}
{
name = "122032707cdf94da394e309978146ee33c61a285300eeb916928af376ec1638a95f1";
path = fetchzip {
url = "https://github.com/andrewrk/ffmpeg/archive/1704e8898ea6217df91e6afc2a2de3f2b82a98d9.tar.gz";
hash = "sha256-6EYu1QT76cJQMW9F41DvXsVLulH1YwGrkhwSV6IsBes=";
};
}
{
name = "122074e0bf09c3622780e697c11c6744e763dd63777e480baf2b583ee3ab6a02ff14";
path = fetchzip {
Expand Down Expand Up @@ -45,13 +52,6 @@ linkFarm "zig-packages" [
hash = "sha256-kMI7JACnIVAdUHp5DUKx2XfKgIb1ftr6x/oYJdsTKyI=";
};
}
{
name = "1220dd6f0bbf4614f338d632473e4b0a879ec26eca445ed305dcdbc6b5cb6405e3cd";
path = fetchzip {
url = "https://github.com/andrewrk/ffmpeg/archive/1704e8898ea6217df91e6afc2a2de3f2b82a98d9.tar.gz";
hash = "sha256-6EYu1QT76cJQMW9F41DvXsVLulH1YwGrkhwSV6IsBes=";
};
}
{
name = "1220e0961c135c5aa3af77a043dbc5890a18235a157238df0e2882fe84a8c8439c7a";
path = fetchzip {
Expand Down

0 comments on commit 764a8c2

Please sign in to comment.