mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
mimeo: 2022.7 -> 2023
This commit is contained in:
parent
a5ca94c021
commit
0e2b377970
@ -1,13 +1,13 @@
|
||||
{ lib, fetchurl, desktop-file-utils, file, python3Packages }:
|
||||
|
||||
let version = "2022.7";
|
||||
let version = "2023";
|
||||
in python3Packages.buildPythonApplication {
|
||||
pname = "mimeo";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://xyne.dev/projects/mimeo/src/mimeo-${version}.tar.xz";
|
||||
hash = "sha256-xzWPMtlKj35mkE04jcGalbf/94qEOOUi9pvZgSPgdj8=";
|
||||
hash = "sha256-CahvSypwR1aHVDHTdtty1ZfaKBWPolxc73uZ5OyeqZA=";
|
||||
};
|
||||
|
||||
buildInputs = [ file desktop-file-utils ];
|
||||
|
Loading…
Reference in New Issue
Block a user