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

mympd: 16.0.1 -> 16.1.0
This commit is contained in:
Doron Behar 2024-07-19 11:41:11 +03:00 committed by GitHub
commit de5e059362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "16.0.1";
version = "16.1.0";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-MyVGWdc9ASWWW9CikK06bFYKi1DHyjFxFlMgBLdBwbU=";
sha256 = "sha256-fka7FQkJKHB2L28JzN1SOtmDkJvvox9dKguuh96lVo0=";
};
nativeBuildInputs = [