We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4da2ae6 + eb86b2c commit ce1b2a1Copy full SHA for ce1b2a1
pkgs/applications/radio/multimon-ng/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "multimon-ng";
5
- version = "1.3.0";
+ version = "1.3.1";
6
7
src = fetchFromGitHub {
8
owner = "EliasOenal";
9
repo = "multimon-ng";
10
rev = version;
11
- sha256 = "sha256-IJnvOVajkcjaa0DDo8hbkkVvBnDqPKQUN8wJHlafo70=";
+ sha256 = "sha256-irKpVerxzjJIiLofoTdySk/PzojuVLgMq2DYF0qPaAM=";
12
};
13
14
buildInputs = lib.optionals stdenv.isLinux [ libpulseaudio libX11 ];
0 commit comments