From 296c97ce0076a5d8e40460d893a56ad7b8a66be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Thu, 26 Jun 2025 16:10:30 -0600 Subject: [PATCH] fix: ci --- .github/workflows/build.yml | 2 +- pkgs/durdraw/default.nix | 9 ++++++--- pkgs/venmic/default.nix | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd8a0a9..07ad892 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: # rebuild everyday at 2:51 # 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 - - cron: '51 2 * * *' + - cron: '55 3 * * *' workflow_dispatch: jobs: tests: diff --git a/pkgs/durdraw/default.nix b/pkgs/durdraw/default.nix index edb0d3f..0071061 100644 --- a/pkgs/durdraw/default.nix +++ b/pkgs/durdraw/default.nix @@ -6,9 +6,11 @@ , ansilove }: -python3Packages.buildPythonApplication rec { - pname = "durdraw"; +let version = "0.29.0"; +in python3Packages.buildPythonApplication { + pname = "durdraw"; + inherit version; pyproject = true; src = fetchFromGitHub { @@ -34,7 +36,8 @@ python3Packages.buildPythonApplication rec { ''; meta = { - changelog = "https://github.com/cmang/durdraw/releases/tag/${version}"; + changelog = + "https://github.com/cmang/durdraw/releases/tag/${version}"; description = '' Versatile ASCII and ANSI Art text editor for drawing in the Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and diff --git a/pkgs/venmic/default.nix b/pkgs/venmic/default.nix index 542d7cd..5470377 100644 --- a/pkgs/venmic/default.nix +++ b/pkgs/venmic/default.nix @@ -61,7 +61,7 @@ let ''; outputHashAlgo = "sha256"; - outputHash = "sha256-KIkf3bg1+vbGaYo/QTtOF7bUQVZH8vrBPNejk3EbNuA="; + outputHash = "sha256-J/uctyoqC2j58TYemjRBtOMMXz70e8uv/VeA+vq8WVY="; }; venmic = stdenv.mkDerivation {