QmidiNet: 0.5.0 -> 0.5.1 (#41045)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/qmidinet/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/35mfmy2vrhd1535lbpfdz00mfpcc3rpi-qmidinet-0.5.1/bin/qmidinet had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.5.1 with grep in /nix/store/35mfmy2vrhd1535lbpfdz00mfpcc3rpi-qmidinet-0.5.1
- directory tree listing: https://gist.github.com/899bb536df375d3d1430d5c4883c0429
- du listing: https://gist.github.com/9492519fd9c0cb3b24bfda691ddb03ba
This commit is contained in:
R. RyanTM 2018-05-27 02:11:45 -07:00 committed by xeji
parent 9f2fb8f3a7
commit 55f2889bae

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, qt5, alsaLib, libjack2 }:
stdenv.mkDerivation rec {
version = "0.5.0";
version = "0.5.1";
name = "qmidinet-${version}";
src = fetchurl {
url = "mirror://sourceforge/qmidinet/${name}.tar.gz";
sha256 = "0nxbvjgx11ljy1nxqknyq7pla55ky2ybi1jbisvq2cqxa34jsxf6";
sha256 = "1cvz8y63vdqfpxh7lq5qadqjcyhahbyq0py0qz6xrmpk5sxvy7ml";
};
hardeningDisable = [ "format" ];