mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
name = "mimeo-${version}";
|
||||
version = "2018.11";
|
||||
version = "2018.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://xyne.archlinux.ca/projects/mimeo/src/${name}.tar.xz";
|
||||
sha256 = "0qhsy6d1mg00s3mbykci7zk2n3qp2c27mh9nvjja9x8lx7xyfznm";
|
||||
sha256 = "1bjhqwfi8rrf1m4fwwqvg0qzk035qcnxlmhh4kxrpm6rqhw48vk8";
|
||||
};
|
||||
|
||||
buildInputs = [ file desktop-file-utils ];
|
||||
|
|
Loading…
Reference in a new issue