3
0
Fork 0
forked from mirrors/nixpkgs

snd: 19.5 -> 19.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/snd/versions
This commit is contained in:
R. RyanTM 2019-08-20 14:36:24 -07:00
parent ffbb4d26f9
commit e19ca8e7ed

View file

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "snd-19.5";
name = "snd-19.6";
src = fetchurl {
url = "mirror://sourceforge/snd/${name}.tar.gz";
sha256 = "0sk6iyykwi2mm3f1g4r0iqbsrwk3zmyagp6jjqkh8njbq42cjr1y";
sha256 = "0s2qv8sznvw6559bi39qj9p072azh9qcb2b86w6w8clz2azjaa76";
};
nativeBuildInputs = [ pkgconfig ];