snd: 18.8 -> 19.2 (#58883)

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-04-08 14:25:05 -07:00 committed by xeji
parent 42bad1bf03
commit 666214a5a6

View File

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "snd-18.8";
name = "snd-19.2";
src = fetchurl {
url = "mirror://sourceforge/snd/${name}.tar.gz";
sha256 = "16p6cmxl8y58wa19k1z6i66qsqaz7rld4850b0sprbxjjb6cqhf7";
sha256 = "1a6ls2hyvggss12idca22hq5vsq4jw2xkwrx22dx29i9926gdr6h";
};
nativeBuildInputs = [ pkgconfig ];