Skip to content

Commit

Permalink
Merge pull request #308683 from r-ryantm/auto-update/mympd
Browse files Browse the repository at this point in the history
mympd: 14.1.2 -> 15.0.1
  • Loading branch information
doronbehar authored May 3, 2024
2 parents 11335dd + 834870e commit 79691a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/mympd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "14.1.2";
version = "15.0.1";

src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-CMqH9iy9U85bKj7YLcYsKFs5CDePGBEfUWL+sb7WzBw=";
sha256 = "sha256-rZfpGvxDV8KWGfQJ+mXsxLI8DIMSM0D9A3yrEZ+Zc38=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 79691a0

Please sign in to comment.