rhythmbox: 3.4.3 -> 3.4.4
This commit is contained in:
parent
dce0ca29d9
commit
48c96b2b25
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
|||
}:
|
||||
let
|
||||
pname = "rhythmbox";
|
||||
version = "3.4.3";
|
||||
version = "3.4.4";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1yx3n7p9vmv23jsv98fxwq95n78awdxqm8idhyhxx2d6vk4w1hgx";
|
||||
sha256 = "142xcvw4l19jyr5i72nbnrihs953pvrrzcbijjn9dxmxszbv03pf";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue