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

mpd-notification: 0.9.0 -> 0.9.1
This commit is contained in:
Markus Kowalewski 2024-06-30 16:19:15 +00:00 committed by GitHub
commit 1629308be9
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.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "eworm-de";
repo = "mpd-notification";
rev = version;
hash = "sha256-1DG8pemlF5bURbdJwGTZqp3WVfLOwGEpfqq9q1NtwaE=";
hash = "sha256-8iBG1IdbERB2gOALvVBNJ3/hhiou3D/azSRkRD+u9O8=";
};
nativeBuildInputs = [