multimon-ng: 1.1.5 -> 1.1.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/multimon-ng/versions
This commit is contained in:
parent
a054d74507
commit
23e5b69fc1
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, qt4, qmake4Hook, libpulseaudio }:
|
{ stdenv, fetchFromGitHub, qt4, qmake4Hook, libpulseaudio }:
|
||||||
let
|
let
|
||||||
version = "1.1.5";
|
version = "1.1.6";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "multimon-ng-${version}";
|
name = "multimon-ng-${version}";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "EliasOenal";
|
owner = "EliasOenal";
|
||||||
repo = "multimon-ng";
|
repo = "multimon-ng";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "00h884hn5afrx5i52xmngpsv3204hgb7xpw9my3lm8sajmfrjj1g";
|
sha256 = "1a166mh73x77yrrnhhhzk44qrkgwav26vpidv1547zj3x3m8p0bm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt4 libpulseaudio ];
|
buildInputs = [ qt4 libpulseaudio ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user