mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
pantheon.elementary-files: 4.1.3 -> 4.1.4
This commit is contained in:
parent
97507ffc8b
commit
14a5549e70
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, gettext, vala
|
||||
, python3, desktop-file-utils, intltool, libcanberra, gtk3, libgee, granite
|
||||
, libnotify, libunity, pango, plank, bamf, sqlite, libdbusmenu-gtk3, zeitgeist
|
||||
, glib-networking, elementary-icon-theme, gobject-introspection, wrapGAppsHook }:
|
||||
, python3, desktop-file-utils, libcanberra, gtk3, libgee, granite, libnotify
|
||||
, libunity, pango, plank, bamf, sqlite, libdbusmenu-gtk3, zeitgeist, glib-networking
|
||||
, elementary-icon-theme, gobject-introspection, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "files";
|
||||
version = "4.1.3";
|
||||
version = "4.1.4";
|
||||
|
||||
name = "elementary-${pname}-${version}";
|
||||
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "elementary";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0vz6m6kqm9r1scj1jdljbzh019skj8fhf916011wkdfzdpc1zlac";
|
||||
sha256 = "0nlmg3izbi4yh2sd69hh8avg76pipxn11l9a39xgqm55lvidlqmn";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
|
||||
gettext
|
||||
glib-networking
|
||||
gobject-introspection
|
||||
intltool
|
||||
meson
|
||||
ninja
|
||||
pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user