We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b1871 commit ce5ba3eCopy full SHA for ce5ba3e
flake.nix
@@ -20,7 +20,7 @@
20
python = pkgs.python310;
21
packageName = "hydra-check";
22
# update the pyproject.toml too
23
- packageVersion = "1.3.4";
+ packageVersion = "1.3.5";
24
in
25
{
26
packages = rec {
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "hydra-check"
3
# update flake.nix too
4
-version = "1.3.4"
+version = "1.3.5"
5
description = "check hydra for the build status of a package"
6
readme = "README.md"
7
license = "MIT"
0 commit comments