mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
mcomix: 2.1.0 -> 2.2.1
This commit is contained in:
parent
9047000354
commit
116eaaf284
|
@ -18,11 +18,11 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "mcomix";
|
pname = "mcomix";
|
||||||
version = "2.1.0";
|
version = "2.2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/mcomix/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/mcomix/${pname}-${version}.tar.gz";
|
||||||
hash = "sha256-Nok4oqTezO84q9IDZvgi33ZeKfRL+tpg7QEDmp2ZZpU=";
|
hash = "sha256-fmnlPhNCN6YR3lW2YCMEAbEiWVigcfFDq1tDQ1eTNkA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk3 gdk-pixbuf ];
|
buildInputs = [ gtk3 gdk-pixbuf ];
|
||||||
|
|
Loading…
Reference in a new issue