···11{lib, stdenv, fetchurl, mpfr}:
22stdenv.mkDerivation rec {
33 pname = "mpfi";
44- version = "1.5.3";
44+ version = "1.5.4";
55 file_nr = "37331";
66 src = fetchurl {
77 # NOTE: the file_nr is whats important here. The actual package name (including the version)
88 # is ignored. To find out the correct file_nr, go to https://gforge.inria.fr/projects/mpfi/
99 # and click on Download in the section "Latest File Releases".
1010 url = "https://gforge.inria.fr/frs/download.php/file/${file_nr}/mpfi-${version}.tar.bz2";
1111- sha256 = "0bqr8yibl7jbrp0bw7xk1lm7nis7rv26jsz6y8ycvih8n9bx90r3";
1111+ sha256 = "sha256-I4PUV7IIxs088uZracTOR0d7Kg2zH77AzUseuqJHGS8=";
1212 };
1313 buildInputs = [mpfr];
1414 meta = {
···2626 pythonImportsCheck = [ "glances_api" ];
27272828 meta = with lib; {
2929- description = "Python Wrapper for interacting with the Volkszahler API";
2929+ description = "Python API for interacting with Glances";
3030 homepage = "https://github.com/home-assistant-ecosystem/python-glances-api";
3131 license = with licenses; [ mit ];
3232 maintainers = with maintainers; [ fab ];
···1818 # The websites youtube-dl deals with are a very moving target. That means that
1919 # downloads break constantly. Because of that, updates should always be backported
2020 # to the latest stable release.
2121- version = "2021.01.16";
2121+ version = "2021.01.24.1";
22222323 src = fetchurl {
2424 url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
2525- sha256 = "1q8pvw5j45k8nvr3d9rvnhi6xaj1mdqlkrg7q7qq6zciq5r54fhi";
2525+ sha256 = "001hs73fpm4nxcgn60n9wlsdmiv40f4b1k6hkl4g4wyywv9ic9fy";
2626 };
27272828 nativeBuildInputs = [ installShellFiles makeWrapper ];