ncmpc: 0.51 -> 0.52

This commit is contained in:
Quentin Frey
2025-02-17 18:31:57 +01:00
parent 5f30488d37
commit d598868796
+3 -3
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "ncmpc";
version = "0.51";
version = "0.52";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "ncmpc";
rev = "v${version}";
sha256 = "sha256-mFZ8szJT7eTPHQHxjpP5pThCcY0YERGkGR8528Xu9MA=";
tag = "v${version}";
sha256 = "sha256-j/hZdKl1LQ/yEGDUv9k5PQJ6pngAl52mVCpfacWrRw0=";
};
buildInputs = [