setbfree: 0.8.7 -> 0.8.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/setbfree/versions.

+2 -2
+2 -2
pkgs/applications/audio/setbfree/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "setbfree-${version}"; 7 - version = "0.8.7"; 7 + version = "0.8.8"; 8 8 9 9 src = fetchurl { 10 10 url = "https://github.com/pantherb/setBfree/archive/v${version}.tar.gz"; 11 - sha256 = "07s320r67cz0cdjdsbcwn0fw3xs0wz7lgrybqpws2skvkbls228q"; 11 + sha256 = "1ldxwds99azingkjh246kz7x3j7307jhr0fls5rjjbcfchpg7v99"; 12 12 }; 13 13 14 14 patchPhase = ''