Unverified Commit 0196c017 authored by Josh's avatar Josh Committed by GitHub
Browse files

ncpamixer: 1.3.7 -> 1.3.9 (#384644)

parent f3fefcd4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "ncpamixer";
  version = "1.3.7";
  version = "1.3.9";

  src = fetchFromGitHub {
    owner = "fulhax";
    repo = "ncpamixer";
    rev = version;
    sha256 = "sha256-GJ2zSIxSnL53nFZ2aeGlVI7i4APt+aALVEhNP5RkpMc=";
    tag = version;
    hash = "sha256-uafjAaXtn97NNmRPxeHmbAaMeHIR/nrQKsTqDX5NRGU=";
  };

  patches = [