Unverified Commit 7ff8f554 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

galaxy-buds-client: 5.1.1 -> 5.1.2 (#378995)

parents f025dbaa 02868c5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildDotnetModule rec {
  pname = "galaxy-buds-client";
  version = "5.1.1";
  version = "5.1.2";

  src = fetchFromGitHub {
    owner = "ThePBone";
    repo = "GalaxyBudsClient";
    rev = version;
    hash = "sha256-Cie8dInNzqMS6k2XP2P3fwMxSc6AabZHiIc6vcA7VhM=";
    hash = "sha256-ygxrtRapduvK7qAHZzdHnCijm8mcqOviMl2ddf9ge+Y=";
  };

  projectFile = [ "GalaxyBudsClient/GalaxyBudsClient.csproj" ];