summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBenjamin <BenSchZA@users.noreply.github.com>2019-08-07 15:37:03 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-08-07 15:37:03 +0200
commit6c6276c8aa88fe4e6fb2fb34f649154cca58f0c2 (patch)
tree3b206a950401f1ba55a8a07fbb4ba7fa2996a7b5 /pkgs
parent514e62d028a18f442a16b4201f73f36d665ccb16 (diff)
spotifyd: update cargoSha256 hash (#66233)
When installing, the Cargo package hash is incorrect. This has been updated, and works locally.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/spotifyd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/spotifyd/default.nix b/pkgs/applications/audio/spotifyd/default.nix
index 5f064cf4e8855..3daed9f63501f 100644
--- a/pkgs/applications/audio/spotifyd/default.nix
+++ b/pkgs/applications/audio/spotifyd/default.nix
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "1iybk9xrrvhrcl2xl5r2xhyn1ydhrgwnnb8ldhsw5c16b32z03q1";
   };
 
-  cargoSha256 = "0879p1h32259schmy8j3xnwpw3sw80f8mrj8s6b5aihi3yyzz521";
+  cargoSha256 = "1dzg4sb95ixjfhx6n4w2rgrq4481vw01nsdrbm746mz7nm71csk3";
 
   cargoBuildFlags = [
     "--no-default-features"