From e17baf2e9f74eac61f0de2b7c9c8de18f6bc727b Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 12 Feb 2025 23:31:01 +0300 Subject: [PATCH] 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. --- pkgs/by-name/lo/lowfi/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/lo/lowfi/package.nix b/pkgs/by-name/lo/lowfi/package.nix index fb5988e05ddd..6ca7e2c2465b 100644 --- a/pkgs/by-name/lo/lowfi/package.nix +++ b/pkgs/by-name/lo/lowfi/package.nix @@ -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" ];