mpd-notification: 0.9.1 -> 0.9.2 (#446637)

This commit is contained in:
Nick Cao
2025-09-28 22:53:37 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mpd-notification";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "eworm-de";
repo = "mpd-notification";
rev = version;
hash = "sha256-8iBG1IdbERB2gOALvVBNJ3/hhiou3D/azSRkRD+u9O8=";
hash = "sha256-2rnZkVKrk8jgZz/EcZGQ34tLZrVttjq3tq8k2xSl00A=";
};
nativeBuildInputs = [