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

This commit is contained in:
Doron Behar 2022-09-13 15:04:43 +00:00 committed by GitHub
commit 55cbb9e3f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "mympd";
version = "9.5.3";
version = "9.5.4";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "sha256-0plbOBTrEOjfVbyfrQ8mNByJb6XygIPTrwGfY6+0DHo=";
sha256 = "sha256-0X/rEVfJ6zzX75R72xVntOfuCt8srp9PkiYOq3XbWPs=";
};
nativeBuildInputs = [