1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

This commit is contained in:
Doron Behar 2021-08-23 15:43:20 +00:00 committed by GitHub
commit 7631b0cf03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "mympd";
version = "8.0.3";
version = "8.0.4";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "sha256-J37PH+yRSsPeNCdY2mslrjMoBwutm5xTSIt+TWyf21M=";
sha256 = "sha256-hpUoXqblhHreDZg8fDD5S4UG+ltptIbzP9LKyQ/WbX0=";
};
nativeBuildInputs = [ pkg-config cmake ];