headphones-toolbox: 0.0.3 -> 0.0.4

This commit is contained in:
Niko Cantero 2023-09-14 09:00:31 -04:00 committed by GitHub
parent 67f7fb56e2
commit c3a136f28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
name = "headphones-toolbox"; name = "headphones-toolbox";
version = "0.0.3"; version = "0.0.4";
src = fetchurl { src = fetchurl {
url = "https://github.com/george-norton/headphones-toolbox/releases/download/headphones-toolbox-beta-v4r2/ploopy-headphones-toolbox_${finalAttrs.version}_amd64.deb"; url = "https://github.com/george-norton/headphones-toolbox/releases/download/headphones-toolbox-beta-v5/ploopy-headphones-toolbox_${finalAttrs.version}_amd64.deb";
hash = "sha256-r+ybcD6koSIJ/6cck3RNXmf758sRnhS1Y4kaYCNbveA="; hash = "sha256-47F/bTi7ctIbfRnYVbksYUsHmL+3KYWccNg5dKPGR/U=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [