Merge pull request #164706 from r-ryantm/auto-update/mpdscribble

mpdscribble: 0.23 -> 0.24
This commit is contained in:
Ryan Mulligan 2022-03-18 10:41:03 -07:00 committed by GitHub
commit 34606a5e8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "mpdscribble";
version = "0.23";
version = "0.24";
src = fetchurl {
url = "https://www.musicpd.org/download/mpdscribble/${version}/mpdscribble-${version}.tar.xz";
sha256 = "0s66zqscb44p88cl3kcv5jkjcqsskcnrv7xgrjhzrchf2kcpwf53";
sha256 = "sha256-9rTLp0izuH5wUnC0kjyOI+lMLgD+3VC+sUaNvi+yqOc=";
};
nativeBuildInputs = [ pkg-config meson ninja ];