Skip to content

Commit

Permalink
Merge pull request NixOS#264199 from r-ryantm/auto-update/pipecontrol
Browse files Browse the repository at this point in the history
pipecontrol: 0.2.10 -> 0.2.11
  • Loading branch information
NickCao authored Oct 30, 2023
2 parents c74c030 + 8622d20 commit 60c1983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/pipecontrol/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "pipecontrol";
version = "0.2.10";
version = "0.2.11";

src = fetchFromGitHub {
owner = "portaloffreedom";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MSm9rW41x8qvPuDermOPIYpxgblk5hlKIQsUEAvCzMo=";
sha256 = "sha256-jMP8hPv0Rv/OIVIzR/5R8LmEcyzwtcof9Ire86WtISc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 60c1983

Please sign in to comment.