mobile-broadband-provider-info: 20190116 → 20201225
Co-Authored-By: Symphorien Gibol <symphorien+git@xlumurb.eu>
This commit is contained in:
parent
1d68aa303a
commit
0109d298a1
1 changed files with 8 additions and 3 deletions
|
@ -1,14 +1,19 @@
|
|||
{ lib, stdenv, fetchurl, gnome3 }:
|
||||
{ lib, stdenv, fetchurl, gnome3, libxslt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mobile-broadband-provider-info";
|
||||
version = "20190116";
|
||||
version = "20201225";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "16y5lc7pfdvai9c8xwb825zc3v46039gghbip13fqslf5gw11fic";
|
||||
sha256 = "1g9x2i4xjm2sagaha07n9psacbylrwfrmfqkp17gjwhpyi6w0zqd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
# fixes configure: error: xsltproc not found
|
||||
libxslt
|
||||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = pname;
|
||||
|
|
Loading…
Reference in a new issue