default.nix: fix mpvipc-async hash

This commit is contained in:
Oystein Kristoffer Tveit 2025-01-10 22:42:59 +01:00
parent c4e2ade27d
commit 74f5316121
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"mpvipc-async-0.1.0" = "sha256-2TQ2d4q9/DTxTZe9kOAoKBhsmegRZw32x3G2hbluS6U=";
"mpvipc-async-0.1.0" = "sha256-V22wdnVVCBzayqkwb2d0msG7YypVss0cGBihtXrHtuM=";
};
};