We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407cb9f commit fc0f245Copy full SHA for fc0f245
pkgs/by-name/vula/package.nix
@@ -19,15 +19,15 @@ let
19
in
20
python3.pkgs.buildPythonApplication {
21
pname = "vula";
22
- version = "0.2.2024011000-unstable-2025-07-15";
+ version = "0.2.2024011000-unstable-2026-04-10";
23
pyproject = true;
24
25
src = fetchFromGitea {
26
domain = "codeberg.org";
27
owner = "vula";
28
repo = "vula";
29
- rev = "59611c2c7d1ac69be71961ecccf52c61c6b3dd3e";
30
- hash = "sha256-hYXkfgTlcQ7HIMiYRxkuWuVGjZxWNqRgbjfKFT6gnaw=";
+ rev = "c5e4439f816908bbdfc0be7d1a683aa49e4f09d5";
+ hash = "sha256-lldfaBJYEONNsaf314N6qu4slFOmSRYHqeCO0XdKBec=";
31
};
32
33
# without removing `pyproject.toml` we don't end up with an executable.
0 commit comments