Merge pull request #122516 from marsam/update-ncspot

ncspot: 0.6.0 -> 0.7.0

authored by

Mario Rodas and committed by
GitHub
ca26ea50 dce5def7

+3 -3
+3 -3
pkgs/applications/audio/ncspot/default.nix
··· 14 in 15 rustPlatform.buildRustPackage rec { 16 pname = "ncspot"; 17 - version = "0.6.0"; 18 19 src = fetchFromGitHub { 20 owner = "hrkfdn"; 21 repo = "ncspot"; 22 rev = "v${version}"; 23 - sha256 = "0j4ax3yh0l8v5bd5i3ijd8ys27dcrh7byigjip52mw1qlqfnh8wk"; 24 }; 25 26 - cargoSha256 = "022q6rlac97dr6l7rd9xalgx0w257r364i1pij080qx8rk97msb9"; 27 28 cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ]; 29
··· 14 in 15 rustPlatform.buildRustPackage rec { 16 pname = "ncspot"; 17 + version = "0.7.0"; 18 19 src = fetchFromGitHub { 20 owner = "hrkfdn"; 21 repo = "ncspot"; 22 rev = "v${version}"; 23 + sha256 = "04ws6xkqs0g5fkl11861vqxh6xr0z6k1z40ln0za7n38ra2mjgh0"; 24 }; 25 26 + cargoSha256 = "1ws7qr41pqz99cpcigw4bckiwz7l5kzi0dkfif7203v9zy57mmzi"; 27 28 cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ]; 29