fava: 1.30.5 -> 1.30.6 (#444292)

This commit is contained in:
Yohann Boniface
2025-09-20 11:12:54 +00:00
committed by GitHub
+4 -4
View File
@@ -8,17 +8,17 @@
let
src = buildNpmPackage (finalAttrs: {
pname = "fava-frontend";
version = "1.30.5";
version = "1.30.6";
src = fetchFromGitHub {
owner = "beancount";
repo = "fava";
tag = "v${finalAttrs.version}";
hash = "sha256-46ze+1sdgXq9Unhu1ec4buXbH3s/PCcfCx+rmYc+fZw=";
hash = "sha256-AMbKGIfR/URu7RpyBKSR3lzfIliRWjnUNNjLvu9KmfM=";
};
sourceRoot = "${finalAttrs.src.name}/frontend";
npmDepsHash = "sha256-ImBNqccAd61c9ASzklcooQyh7BYdgJW9DTcQRmFHqho=";
npmDepsHash = "sha256-geou0+Ges0jjrlXG9m3u1GMdf0Qt2pTd8vRGh9gAWJ4=";
makeCacheWritable = true;
preBuild = ''
@@ -34,7 +34,7 @@ let
in
python3Packages.buildPythonApplication {
pname = "fava";
version = "1.30.5";
version = "1.30.6";
pyproject = true;
inherit src;