lol

Merge pull request #172431 from devhell/bump-termusic

termusic: 0.6.10 -> 0.6.15

authored by

Artturi and committed by
GitHub
b6625b11 8f9bdf62

+3 -3
+3 -3
pkgs/applications/audio/termusic/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "termusic"; 10 - version = "0.6.10"; 10 + version = "0.6.15"; 11 11 12 12 src = fetchCrate { 13 13 inherit pname version; 14 - sha256 = "sha256-i+XxEPkLZK+JKDl88P8Nd7XBhsGhEzvUGovJtSWvRtg="; 14 + sha256 = "sha256-e4hCo5a54EPp6/sd1/ivwHePu+e6MqbA9tvPWf41EhQ="; 15 15 }; 16 16 17 - cargoHash = "sha256-7nQzU1VvRDrtltVAXTX268vl9AbQhMOilPG4nNAJ+Xk="; 17 + cargoHash = "sha256-kQjLmASJpo7+LT73vVjbPWhNUGJ1HI6S/8W6gJskJXE="; 18 18 19 19 nativeBuildInputs = [ pkg-config ]; 20 20 buildInputs = [ alsa-lib ];