3
0
Fork 0
forked from mirrors/nixpkgs

sony-headphones-client: 1.3.1 -> 1.3.2

This commit is contained in:
Felix Buehler 2023-04-26 21:46:39 +02:00
parent 872e330e43
commit 26e6ad1c1a

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "SonyHeadphonesClient";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "Plutoberth";
repo = "SonyHeadphonesClient";
rev = "v${version}";
hash = "sha256-0DQanrglJiGsN8qQ5KxkL8I+Fpt1abeeuKiM8v9GclM=";
hash = "sha256-vhI97KheKzr87exCh4xNN7NDefcagdMu1tWSt67vLiU=";
fetchSubmodules = true;
};