Merge pull request #321417 from r-ryantm/auto-update/mpd-notification

mpd-notification: 0.8.7 -> 0.9.0
This commit is contained in:
Thiago Kenji Okada 2024-06-23 02:42:40 +01:00 committed by GitHub
commit f7fa159110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mpd-notification";
version = "0.8.7";
version = "0.9.0";
src = fetchFromGitHub {
owner = "eworm-de";
repo = "mpd-notification";
rev = version;
hash = "sha256-lBvx2eYxFJUAxR1LrjWHZUeAo+WnQKmPYJVAJTeXqHY=";
hash = "sha256-1DG8pemlF5bURbdJwGTZqp3WVfLOwGEpfqq9q1NtwaE=";
};
nativeBuildInputs = [