klavaro: 3.04 -> 3.05 (#59554)

* klavaro: 3.04 -> 3.05

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-04-23 16:04:17 -07:00 committed by Renaud
parent a36cff247c
commit e95e7027c9

View file

@ -2,15 +2,15 @@
stdenv.mkDerivation rec {
name = "klavaro-${version}";
version = "3.04";
version = "3.05";
src = fetchurl {
url = "mirror://sourceforge/klavaro/${name}.tar.bz2";
sha256 = "148vznikdn424938fmizgd281ky7311q51mw2zfzrallj87dzbqf";
sha256 = "046xc7is1jz5azkwrb7i9wdqkz8hdm68ga02g6whmi53130wd0py";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ makeWrapper intltool curl gtk3 ];
nativeBuildInputs = [ intltool makeWrapper pkgconfig ];
buildInputs = [ curl gtk3 ];
postInstall = ''
wrapProgram $out/bin/klavaro \