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.
2 parents 1fac383 + 7775ea8 commit f7c40b3Copy full SHA for f7c40b3
1 file changed
pkgs/development/python-modules/fava-dashboards/default.nix
@@ -11,14 +11,14 @@
11
}:
12
buildPythonPackage rec {
13
pname = "fava-dashboards";
14
- version = "2.0.0b5";
+ version = "2.0.0b7";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "andreasgerstmayr";
19
repo = "fava-dashboards";
20
tag = "v${version}";
21
- hash = "sha256-OoXNGj+05qjsgmHQ9c18ZcVE8jESDRZeONK9hzAmAQs=";
+ hash = "sha256-DtytD8LA/DoyBwXjpSHaEzwf7YJscV0yvMn9EpL6eh8=";
22
};
23
24
build-system = [
0 commit comments