kid3: 3.6.1 -> 3.6.2 (#45826)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from kid3
This commit is contained in:
parent
21e1547d9c
commit
273d15e09f
|
@ -9,11 +9,11 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "kid3-${version}";
|
name = "kid3-${version}";
|
||||||
version = "3.6.1";
|
version = "3.6.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/kid3/kid3/${version}/${name}.tar.gz";
|
url = "mirror://sourceforge/project/kid3/kid3/${version}/${name}.tar.gz";
|
||||||
sha256 = "1bbnd6jgahdiqmsbw6c3x4h517m50db592fnq1w0v4k5aaav4i26";
|
sha256 = "19yq39fqj19g98cxd4cdgv0f935ckfw0c43cxaxbf27x5f5dj0yz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib;
|
buildInputs = with stdenv.lib;
|
||||||
|
|
Loading…
Reference in New Issue