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 d82d146 commit 91e5b27Copy full SHA for 91e5b27
flake.nix
@@ -27,7 +27,7 @@
27
python = pkgs.python310;
28
packageName = "hydra-check";
29
# update the pyproject.toml too
30
- packageVersion = "1.3.3";
+ packageVersion = "1.3.4";
31
in
32
{
33
packages = rec {
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "hydra-check"
3
# update flake.nix too
4
-version = "1.3.3"
+version = "1.3.4"
5
description = "check hydra for the build status of a package"
6
readme = "README.md"
7
license = "MIT"
0 commit comments