Commit e17baf2e authored by K900's avatar K900
Browse files

lowfi: fix source hash, switch to useFetchCargoVendor

The source hash was not updated when the original PR changed
from version 1.5.3 to 1.5.6.
parent 80b6c1af
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -17,10 +17,11 @@ rustPlatform.buildRustPackage rec {
    owner = "talwat";
    repo = "lowfi";
    tag = version;
    hash = "sha256-pfvTOoWsXukZTfev9+Ifcp3YYIqtYZgmEVPHuqD4IsM=";
    hash = "sha256-lR22UN9LiuJknq2KTNOXcybXwi2KvLRe0KHocFWL0GM=";
  };

  cargoHash = "sha256-TGj3xH18xanhA25r+gTtLPa7KQKS9WEyGl412pnFZdw=";
  useFetchCargoVendor = true;
  cargoHash = "sha256-xMksujaZgOPJsBiv6//4zeiUcWEV2Pc7daBaPUh3cYc=";

  buildFeatures = [ "mpris" ];