···1{lib, stdenv, fetchurl, mpfr}:
2stdenv.mkDerivation rec {
3 pname = "mpfi";
4- version = "1.5.3";
5 file_nr = "37331";
6 src = fetchurl {
7 # NOTE: the file_nr is whats important here. The actual package name (including the version)
8 # is ignored. To find out the correct file_nr, go to https://gforge.inria.fr/projects/mpfi/
9 # and click on Download in the section "Latest File Releases".
10 url = "https://gforge.inria.fr/frs/download.php/file/${file_nr}/mpfi-${version}.tar.bz2";
11- sha256 = "0bqr8yibl7jbrp0bw7xk1lm7nis7rv26jsz6y8ycvih8n9bx90r3";
12 };
13 buildInputs = [mpfr];
14 meta = {
···1{lib, stdenv, fetchurl, mpfr}:
2stdenv.mkDerivation rec {
3 pname = "mpfi";
4+ version = "1.5.4";
5 file_nr = "37331";
6 src = fetchurl {
7 # NOTE: the file_nr is whats important here. The actual package name (including the version)
8 # is ignored. To find out the correct file_nr, go to https://gforge.inria.fr/projects/mpfi/
9 # and click on Download in the section "Latest File Releases".
10 url = "https://gforge.inria.fr/frs/download.php/file/${file_nr}/mpfi-${version}.tar.bz2";
11+ sha256 = "sha256-I4PUV7IIxs088uZracTOR0d7Kg2zH77AzUseuqJHGS8=";
12 };
13 buildInputs = [mpfr];
14 meta = {
···26 pythonImportsCheck = [ "glances_api" ];
2728 meta = with lib; {
29- description = "Python Wrapper for interacting with the Volkszahler API";
30 homepage = "https://github.com/home-assistant-ecosystem/python-glances-api";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];
···26 pythonImportsCheck = [ "glances_api" ];
2728 meta = with lib; {
29+ description = "Python API for interacting with Glances";
30 homepage = "https://github.com/home-assistant-ecosystem/python-glances-api";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];
···18 # The websites youtube-dl deals with are a very moving target. That means that
19 # downloads break constantly. Because of that, updates should always be backported
20 # to the latest stable release.
21- version = "2021.01.16";
2223 src = fetchurl {
24 url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
25- sha256 = "1q8pvw5j45k8nvr3d9rvnhi6xaj1mdqlkrg7q7qq6zciq5r54fhi";
26 };
2728 nativeBuildInputs = [ installShellFiles makeWrapper ];
···18 # The websites youtube-dl deals with are a very moving target. That means that
19 # downloads break constantly. Because of that, updates should always be backported
20 # to the latest stable release.
21+ version = "2021.01.24.1";
2223 src = fetchurl {
24 url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
25+ sha256 = "001hs73fpm4nxcgn60n9wlsdmiv40f4b1k6hkl4g4wyywv9ic9fy";
26 };
2728 nativeBuildInputs = [ installShellFiles makeWrapper ];