Skip to content

Commit ce1b2a1

Browse files
authored
Merge pull request #323277 from r-ryantm/auto-update/multimon-ng
multimon-ng: 1.3.0 -> 1.3.1
2 parents 4da2ae6 + eb86b2c commit ce1b2a1

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)