mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gnome3_12.empathy: update from 3.12.2 to 3.12.5
This commit is contained in:
parent
ac9cb29935
commit
df6d65ad55
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
# TODO: enable more features
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "empathy-3.12.2";
|
||||
name = "empathy-3.12.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/empathy/3.12/${name}.tar.xz";
|
||||
sha256 = "414d0c6b1a30b1afbf35ad04b0b9ff3ada3e06fab797a50a7147cdfe0905e7cd";
|
||||
sha256 = "0rhgpiv75aafmdh6r7d4ci59lnxqmmwg9hvsa5b3mk7j2d2pma86";
|
||||
};
|
||||
|
||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard
|
||||
|
|
Loading…
Reference in a new issue