serd: 0.30.4 -> 0.30.10
This commit is contained in:
parent
54395344a8
commit
ab1ca5a6e7
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "serd";
|
pname = "serd";
|
||||||
version = "0.30.4";
|
version = "0.30.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
|
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "168rn3m32c59qbar120f83ibcnnd987ij9p053kybgl7cmm6358c";
|
sha256 = "sha256-r/qA3ux4kh+GM15vw/GLgK7+z0JPaldV6fL6DrBxDt8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config python3 wafHook ];
|
nativeBuildInputs = [ pkg-config python3 wafHook ];
|
||||||
|
|
Loading…
Reference in New Issue