lol

librespot: 0.7.0 -> 0.7.1 (#440315)

authored by

Nick Cao and committed by
GitHub
8cf2bae4 0fdeab44

+3 -3
+3 -3
pkgs/applications/audio/librespot/default.nix
··· 23 23 24 24 rustPlatform.buildRustPackage rec { 25 25 pname = "librespot"; 26 - version = "0.7.0"; 26 + version = "0.7.1"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "librespot-org"; 30 30 repo = "librespot"; 31 31 rev = "v${version}"; 32 - hash = "sha256-IsHyYH4RDMRqXLNv6RZNzRTl3+zxan0TM/bjHoZC8YA="; 32 + hash = "sha256-gBMzvQxmy+GYzrOKWmbhl56j49BK8W8NYO2RrvS4mWI="; 33 33 }; 34 34 35 - cargoHash = "sha256-1Jc7gfnrsvk3Lcrvq0jV78IMKAnMDsW3nDr1W34PVmE="; 35 + cargoHash = "sha256-PiGIxMIA/RL+YkpG1f46zyAO5anx9Ii+anKrANCM+rk="; 36 36 37 37 nativeBuildInputs = [ 38 38 pkg-config