mpd-notification: 0.9.2 -> 0.9.3 (#474099)

This commit is contained in:
Aleksana
2025-12-27 09:04:56 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mpd-notification";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "eworm-de";
repo = "mpd-notification";
rev = version;
hash = "sha256-2rnZkVKrk8jgZz/EcZGQ34tLZrVttjq3tq8k2xSl00A=";
hash = "sha256-1xTIqJtTz7vfg34JvlwNe6kNZuPfd3KnAT0rI8ZYk2U=";
};
nativeBuildInputs = [