mdk: 1.2.9 -> 1.2.10 (#58335)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnu-mdk/versions
This commit is contained in:
R. RyanTM 2019-03-27 15:02:52 -07:00 committed by xeji
parent f2569b9116
commit 485bde18dc

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl, intltool, pkgconfig, glib }:
stdenv.mkDerivation {
name = "gnu-mdk-1.2.9";
name = "gnu-mdk-1.2.10";
src = fetchurl {
url = https://ftp.gnu.org/gnu/mdk/v1.2.9/mdk-1.2.9.tar.gz;
sha256 = "0c24wzrzbk0l4z1p5nnxihaqra75amwmw59va44554infkfms9kc";
url = https://ftp.gnu.org/gnu/mdk/v1.2.10/mdk-1.2.10.tar.gz;
sha256 = "1rwcq2b5vvv7318j92nxc5dayj27dpfhzc4rjiv4ccvsc0x35x5h";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ intltool glib ];