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:
parent
a36cff247c
commit
e95e7027c9
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user