impressive: 0.11.1 -> 0.12.0
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0/bin/impressive -h` got 0 exit code - ran `/nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0/bin/impressive --help` got 0 exit code - ran `/nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0/bin/impressive -h` and found version 0.12.0 - ran `/nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0/bin/impressive --help` and found version 0.12.0 - ran `/nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0/bin/.impressive-wrapped -h` got 0 exit code - ran `/nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0/bin/.impressive-wrapped --help` got 0 exit code - ran `/nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0/bin/.impressive-wrapped -h` and found version 0.12.0 - ran `/nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0/bin/.impressive-wrapped --help` and found version 0.12.0 - found 0.12.0 with grep in /nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0 - found 0.12.0 in filename of file in /nix/store/xrdylnbdlswc3xwsidpqc2vklkjbrn5h-impressive-0.12.0 cc "@lheckemann"
This commit is contained in:
parent
b63297b203
commit
bfa9745cf6
|
@ -2,7 +2,7 @@
|
||||||
, mesa, SDL, freeglut, ghostscript, pdftk, dejavu_fonts }:
|
, mesa, SDL, freeglut, ghostscript, pdftk, dejavu_fonts }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.11.1";
|
version = "0.12.0";
|
||||||
pythonEnv = python2.withPackages (ps: with ps; [pyopengl pygame pillow]);
|
pythonEnv = python2.withPackages (ps: with ps; [pyopengl pygame pillow]);
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
# This project was formerly known as KeyJNote.
|
# This project was formerly known as KeyJNote.
|
||||||
|
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/impressive/Impressive-${version}.tar.gz";
|
url = "mirror://sourceforge/impressive/Impressive-${version}.tar.gz";
|
||||||
sha256 = "0b3rmy6acp2vmf5nill3aknxvr9a5aawk1vnphkah61anxp62gsr";
|
sha256 = "0zaqq3yvd296mfr5bxpj2hqlk7vrb0rsbgd4dc1l5ag46giqvivx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper pythonEnv ];
|
buildInputs = [ makeWrapper pythonEnv ];
|
||||||
|
|
Loading…
Reference in New Issue