Unverified Commit d809f0a2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

fava: 1.30.5 -> 1.30.6 (#444292)

parents dad28e37 0734d6a6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;