Skip to content

Commit

Permalink
mympd: 18.2.2 -> 19.0.1 (NixOS#366418)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Dec 19, 2024
2 parents abc7216 + c345c3d commit b532e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/my/mympd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "18.2.2";
version = "19.0.1";

src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-ztZ4AdVRQ5KCmxAIT6SSexIle6IfREGqNZLhAplPtrQ=";
sha256 = "sha256-kpNsISDc9L+eeaKCFg3QsZFHIv1+yTIv3svRdGGbNQ0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b532e12

Please sign in to comment.