Merge pull request #39215 from r-ryantm/auto-update/multimon-ng

multimon-ng: 1.1.4 -> 1.1.5
This commit is contained in:
Jörg Thalheim 2018-04-21 12:30:35 +01:00 committed by GitHub
commit dae520dec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, qt4, qmake4Hook, libpulseaudio }:
let
version = "1.1.4";
version = "1.1.5";
in
stdenv.mkDerivation {
name = "multimon-ng-${version}";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
owner = "EliasOenal";
repo = "multimon-ng";
rev = "${version}";
sha256 = "12z6f0ra2k0qh56pcvnwvlxd3msvr6yr97jvs7w5kf42jqbxdsga";
sha256 = "00h884hn5afrx5i52xmngpsv3204hgb7xpw9my3lm8sajmfrjj1g";
};
buildInputs = [ qt4 libpulseaudio ];