Skip to content

Commit eb86b2c

Browse files
committed
multimon-ng: 1.3.0 -> 1.3.1
1 parent c8201d6 commit eb86b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/radio/multimon-ng/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "multimon-ng";
5-
version = "1.3.0";
5+
version = "1.3.1";
66

77
src = fetchFromGitHub {
88
owner = "EliasOenal";
99
repo = "multimon-ng";
1010
rev = version;
11-
sha256 = "sha256-IJnvOVajkcjaa0DDo8hbkkVvBnDqPKQUN8wJHlafo70=";
11+
sha256 = "sha256-irKpVerxzjJIiLofoTdySk/PzojuVLgMq2DYF0qPaAM=";
1212
};
1313

1414
buildInputs = lib.optionals stdenv.isLinux [ libpulseaudio libX11 ];

0 commit comments

Comments
 (0)