about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-27 02:11:45 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-27 11:11:45 +0200
commit55f2889baeb98a650d19948e2db9c01ae7f94edf (patch)
tree551697bda0e5c83c9d972763082b413bc875ee66
parent9f2fb8f3a7ba751867dc30e8664cd4cd1d9d06a5 (diff)
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
-rw-r--r--pkgs/applications/audio/qmidinet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/qmidinet/default.nix b/pkgs/applications/audio/qmidinet/default.nix
index 831a30bc4fe2e..6431a50ddd9af 100644
--- a/pkgs/applications/audio/qmidinet/default.nix
+++ b/pkgs/applications/audio/qmidinet/default.nix
@@ -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" ];