fix: ci
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
# rebuild everyday at 2:51
|
# rebuild everyday at 2:51
|
||||||
# TIP: Choose a random time here so not all repositories are build at once:
|
# TIP: Choose a random time here so not all repositories are build at once:
|
||||||
# https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new
|
# https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new
|
||||||
- cron: '51 2 * * *'
|
- cron: '55 3 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|||||||
@@ -6,9 +6,11 @@
|
|||||||
, ansilove
|
, ansilove
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
let
|
||||||
pname = "durdraw";
|
|
||||||
version = "0.29.0";
|
version = "0.29.0";
|
||||||
|
in python3Packages.buildPythonApplication {
|
||||||
|
pname = "durdraw";
|
||||||
|
inherit version;
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@@ -34,7 +36,8 @@ python3Packages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/cmang/durdraw/releases/tag/${version}";
|
changelog =
|
||||||
|
"https://github.com/cmang/durdraw/releases/tag/${version}";
|
||||||
description = ''
|
description = ''
|
||||||
Versatile ASCII and ANSI Art text editor for drawing in the
|
Versatile ASCII and ANSI Art text editor for drawing in the
|
||||||
Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and
|
Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
outputHash = "sha256-KIkf3bg1+vbGaYo/QTtOF7bUQVZH8vrBPNejk3EbNuA=";
|
outputHash = "sha256-J/uctyoqC2j58TYemjRBtOMMXz70e8uv/VeA+vq8WVY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
venmic = stdenv.mkDerivation {
|
venmic = stdenv.mkDerivation {
|
||||||
|
|||||||
Reference in New Issue
Block a user