mimeo: 2018.11 -> 2018.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mimeo/versions
This commit is contained in:
parent
704e5ba957
commit
403bd70214
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "mimeo-${version}";
|
name = "mimeo-${version}";
|
||||||
version = "2018.11";
|
version = "2018.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://xyne.archlinux.ca/projects/mimeo/src/${name}.tar.xz";
|
url = "https://xyne.archlinux.ca/projects/mimeo/src/${name}.tar.xz";
|
||||||
sha256 = "0qhsy6d1mg00s3mbykci7zk2n3qp2c27mh9nvjja9x8lx7xyfznm";
|
sha256 = "1bjhqwfi8rrf1m4fwwqvg0qzk035qcnxlmhh4kxrpm6rqhw48vk8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ file desktop-file-utils ];
|
buildInputs = [ file desktop-file-utils ];
|
||||||
|
|
Loading…
Reference in New Issue