klavaro: 3.03 -> 3.04 (#56721)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/klavaro/versions
This commit is contained in:
R. RyanTM 2019-03-15 10:09:18 -07:00 committed by xeji
parent 614e30a30a
commit 154e614f10

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "klavaro-${version}";
version = "3.03";
version = "3.04";
src = fetchurl {
url = "mirror://sourceforge/klavaro/${name}.tar.bz2";
sha256 = "1dc75jd5bx5w3rr4zaqyf2cci3vzgac18fia0h04fzsfwlhrz5g0";
sha256 = "148vznikdn424938fmizgd281ky7311q51mw2zfzrallj87dzbqf";
};
nativeBuildInputs = [ pkgconfig ];