packages/spotify-adblock: change to cargoHash

This commit is contained in:
LavaDesu 2025-03-17 23:23:26 +11:00
parent 09041e2ec8
commit 21f6b46021
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -7,7 +7,7 @@ rustPlatform.buildRustPackage {
version = "1.0";
src = inputs.spotify-adblock;
cargoSha256 = "sha256-yxumYGAMObgl1u6GlbEQOKOn1DWxXN8bbT7BjiWT96o=";
cargoHash = "sha256-yxumYGAMObgl1u6GlbEQOKOn1DWxXN8bbT7BjiWT96o=";
patches = [ ./0002-allow-setting-config-from-environment-variable.patch ];