flacon: 5.1.0 -> 5.2.0 (#59493)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flacon/versions
This commit is contained in:
R. RyanTM 2019-04-16 11:30:03 -07:00 committed by Timo Kaufmann
parent d7da5e2af2
commit 1d4b14cd1f

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "flacon-${version}";
version = "5.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "flacon";
repo = "flacon";
rev = "v${version}";
sha256 = "18m077z1hqjg10chy5rgajd9q1wnrcxhiidivgjcdchc9q5d4b08";
sha256 = "0vmbwpfjq66qv3zp7mss3hsxy6dxjybqfm7k2xyc0w181qclg1ya";
};
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];