about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2024-06-23 02:42:40 +0100
committerGitHub <noreply@github.com>2024-06-23 02:42:40 +0100
commitf7fa159110ad43c2a2951433d82d7dc86c4bb7ca (patch)
treea9a84e25d6b57a82800eb28d7a52c49c7ec8364f /pkgs/tools
parent82f38d560afc6a70c9c8f09a63ca6b5a041825f4 (diff)
parent8034fbb2e71093222d4957440f45fd4f83c7740e (diff)
Merge pull request #321417 from r-ryantm/auto-update/mpd-notification
mpd-notification: 0.8.7 -> 0.9.0
Diffstat (limited to 'pkgs/tools')
-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 845056c61414c..bb09b9b183024 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.8.7";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "eworm-de";
     repo = "mpd-notification";
     rev = version;
-    hash = "sha256-lBvx2eYxFJUAxR1LrjWHZUeAo+WnQKmPYJVAJTeXqHY=";
+    hash = "sha256-1DG8pemlF5bURbdJwGTZqp3WVfLOwGEpfqq9q1NtwaE=";
   };
 
   nativeBuildInputs = [