Merge pull request #224939 from marsam/update-ncspot

ncspot: 0.13.0 -> 0.13.1

authored by

Mario Rodas and committed by
GitHub
01ff6e24 0a657473

+3 -3
+3 -3
pkgs/applications/audio/ncspot/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "ncspot"; 10 - version = "0.13.0"; 11 12 src = fetchFromGitHub { 13 owner = "hrkfdn"; 14 repo = "ncspot"; 15 rev = "v${version}"; 16 - hash = "sha256-YWA8chp33SkMdo+XT/7qikIkgwt8pozC9wMFpY8Dv8Q="; 17 }; 18 19 - cargoHash = "sha256-DB3r6pPtustEQG8QXM6qT1hkd7msC//46bhVP/HMxnY="; 20 21 nativeBuildInputs = [ pkg-config ]; 22
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "ncspot"; 10 + version = "0.13.1"; 11 12 src = fetchFromGitHub { 13 owner = "hrkfdn"; 14 repo = "ncspot"; 15 rev = "v${version}"; 16 + hash = "sha256-TZTADhoJloqMSO2UgbwwvJoZqhi8UC1qNDDNxE6Aq54="; 17 }; 18 19 + cargoHash = "sha256-tEk7BxAN8jEquJiv89vC0lYrB/sKeZhThBzs09A9NpA="; 20 21 nativeBuildInputs = [ pkg-config ]; 22