3
0
Fork 0
forked from mirrors/nixpkgs

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

multimon-ng: 1.2.0 -> 1.3.0
This commit is contained in:
markuskowa 2023-10-11 22:01:22 +02:00 committed by GitHub
commit 116bc09a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "multimon-ng";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "EliasOenal";
repo = "multimon-ng";
rev = version;
sha256 = "sha256-Qk9zg3aSrEfC16wQqL/EMG6MPobX8dnJ1OLH8EMap0I=";
sha256 = "sha256-IJnvOVajkcjaa0DDo8hbkkVvBnDqPKQUN8wJHlafo70=";
};
buildInputs = lib.optionals stdenv.isLinux [ libpulseaudio libX11 ];