Merge pull request #323227 from r-ryantm/auto-update/mympd

mympd: 15.0.2 -> 16.0.0
This commit is contained in:
Doron Behar
2024-06-30 00:10:43 +03:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "15.0.2";
version = "16.0.0";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-Yz6gL87Vc8iFTRgKhyUgLL1ool+oinvwq2W9OjFl/OQ=";
sha256 = "sha256-LYD1qjSlwv9wGBrZUaYz6Zcvl2n6cLi2aGycr4ZJWdY=";
};
nativeBuildInputs = [