about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2024-06-30 16:19:15 +0000
committerGitHub <noreply@github.com>2024-06-30 16:19:15 +0000
commit1629308be90a3b7b50c561fa9b11884a9b5343fe (patch)
tree5897134785d6a5becc33148d3b67e319f04b0220
parente6cdd8a11b26b4d60593733106042141756b54a3 (diff)
parent55df7d88692a39bf679d259bb29b56d40b35d655 (diff)
Merge pull request #322882 from r-ryantm/auto-update/mpd-notification
mpd-notification: 0.9.0 -> 0.9.1
-rw-r--r--pkgs/tools/audio/mpd-notification/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/mpd-notification/default.nix b/pkgs/tools/audio/mpd-notification/default.nix
index bb09b9b183024..d4ee520ad6dc0 100644
--- a/pkgs/tools/audio/mpd-notification/default.nix
+++ b/pkgs/tools/audio/mpd-notification/default.nix
@@ -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 = [