Unverified Commit 8e5047b1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #228379 from Stunkymonkey/sony-headphones-client-1.3.2

sony-headphones-client: 1.3.1 -> 1.3.2
parents 20c881d3 26e6ad1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };