lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

moc: 2.5.1 -> 2.5.2

+2 -2
+2 -2
pkgs/applications/audio/moc/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 name = "moc-${version}"; 8 - version = "2.5.1"; 8 + version = "2.5.2"; 9 9 10 10 src = fetchurl { 11 11 url = "http://ftp.daper.net/pub/soft/moc/stable/moc-${version}.tar.bz2"; 12 - sha256 = "1wn4za08z64bhsgfhr9c0crfyvy8c3b6a337wx7gz19am5srqh8v"; 12 + sha256 = "026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkgconfig ];