Skip to content

Commit fc0f245

Browse files
committed
vula: 0.2.2024011000-unstable-2025-07-15 -> 0.2.2024011000-unstable-2026-04-10
1 parent 407cb9f commit fc0f245

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vula/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ let
1919
in
2020
python3.pkgs.buildPythonApplication {
2121
pname = "vula";
22-
version = "0.2.2024011000-unstable-2025-07-15";
22+
version = "0.2.2024011000-unstable-2026-04-10";
2323
pyproject = true;
2424

2525
src = fetchFromGitea {
2626
domain = "codeberg.org";
2727
owner = "vula";
2828
repo = "vula";
29-
rev = "59611c2c7d1ac69be71961ecccf52c61c6b3dd3e";
30-
hash = "sha256-hYXkfgTlcQ7HIMiYRxkuWuVGjZxWNqRgbjfKFT6gnaw=";
29+
rev = "c5e4439f816908bbdfc0be7d1a683aa49e4f09d5";
30+
hash = "sha256-lldfaBJYEONNsaf314N6qu4slFOmSRYHqeCO0XdKBec=";
3131
};
3232

3333
# without removing `pyproject.toml` we don't end up with an executable.

0 commit comments

Comments
 (0)