iotas: 0.1.14 -> 0.2.2
This commit is contained in:
parent
6376df4818
commit
419974c6be
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "iotas";
|
pname = "iotas";
|
||||||
version = "0.1.14";
|
version = "0.2.2";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
|
@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "cheywood";
|
owner = "cheywood";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-IvKjvsHJdoFmDvsM1/kFPikYbBLUEQ57DKr1T+Jyw7w=";
|
hash = "sha256-oThsyTsNM3283e4FViISdFzmeQnU7qXHh4xEJWA2fkc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -56,11 +56,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
requests
|
requests
|
||||||
markdown-it-py
|
markdown-it-py
|
||||||
linkify-it-py
|
linkify-it-py
|
||||||
|
mdit-py-plugins
|
||||||
];
|
];
|
||||||
|
|
||||||
# prevent double wrapping
|
# prevent double wrapping
|
||||||
dontWrapGApps = true;
|
dontWrapGApps = true;
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue